We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4404c4d commit 6fa5b2cCopy full SHA for 6fa5b2c
packages/components/src/ui/utils/use-data-table-filters.ts
@@ -0,0 +1,4 @@
1
+// Re-export the hook from its actual location
2
+export { useDataTableFilters } from '../data-table-filter/hooks/use-data-table-filters'
3
+export type { DataTableFiltersOptions } from '../data-table-filter/hooks/use-data-table-filters'
4
+
0 commit comments