mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
export { useTable } from "./useTable";
|
|
export type { UseTableProps, UseTableReturnType } from "./useTable";
|