UNPKG

@dapplets/dapplet-extension

Version:
7 lines (6 loc) 188 B
import { FC, FunctionComponent } from 'react'; export interface IconsTitleProps { icon: FunctionComponent; size: 'small' | 'big'; } export declare const Icon: FC<IconsTitleProps>;