Description.d.ts 171 Bytes
Newer Older
jim's avatar
jim committed
1 2 3 4 5 6 7 8 9
import * as React from 'react';

export default class Description extends React.Component<
  {
    term: React.ReactNode;
    style?: React.CSSProperties;
  },
  any
> {}