UNPKG

@yashrajsingh/dynamic-table

Version:

Dynamic table component with framework-independent data fetching

4 lines (3 loc) 180 B
export { DynamicTable } from './DynamicTable'; export type { DynamicTableProps } from './DynamicTable'; export type { TableData, DynamicTableConfig } from './DynamicTableFetcher';