openpanel/packages/react-table/src/index.ts
Stefan Pejcic 8595a9f4e5 back
2024-05-08 19:58:53 +02:00

3 lines
108 B
TypeScript

export { useTable } from "./useTable";
export type { UseTableProps, UseTableReturnType } from "./useTable";