UNPKG

@makeen.io/material-ui-kit

Version:
6 lines (5 loc) 160 B
import { Theme } from "@material-ui/core"; declare const EmptyTable: ({ theme }: { theme?: Theme | undefined; }) => JSX.Element; export default EmptyTable;