UNPKG

@krowdy-ui/views

Version:

React components that implement Google's Material Design.

7 lines (4 loc) 139 B
export type TableInfinityProps = { } declare const TableInfinity: React.ComponentType<TableInfinityProps>; export default TableInfinity;