UNPKG

@saleae/react-contexify

Version:

Add contextmenu to your react component with ease

11 lines (10 loc) 283 B
import { SFC, ReactNode } from 'react'; import { StyleProps } from '../types'; export interface IconFontProps extends StyleProps { /** * Any valid node that can be rendered */ children?: ReactNode; } declare const IconFont: SFC<IconFontProps>; export { IconFont };