UNPKG

denwa-react-shared

Version:
4 lines (3 loc) 107 B
import { FC } from 'react'; import { ItemProps } from './types'; export declare const Item: FC<ItemProps>;