UNPKG

@fluster.io/dev

Version:

7 lines (6 loc) 185 B
import { default as React } from 'react'; import { IconProps } from '../types'; export declare const ReactIcon: { (props: IconProps): React.JSX.Element; displayName: string; };