UNPKG

@appbuckets/react-ui

Version:
8 lines (7 loc) 246 B
import * as React from 'react'; import { Creatable } from '../generic'; import { EmptyContentProps } from './EmptyContent.types'; declare const EmptyContent: Creatable< React.FunctionComponent<EmptyContentProps> >; export default EmptyContent;