UNPKG

table-reuse

Version:

A reusable table built on top of Antd ProTable

5 lines (4 loc) 193 B
export { SearchableTable } from "./components/SearchableTable/SearchableTable"; export * from "./utils"; export * from "./dataTypes"; export type { TCrudPaths } from "./utils/getCrudPath";