UNPKG

denwa-react-shared

Version:
5 lines (4 loc) 169 B
import { FC } from 'react'; import { ElementProps, LeafProps } from './types'; export declare const Element: FC<ElementProps>; export declare const Leaf: FC<LeafProps>;