refactor(web): hide data table view props from barrel

This commit is contained in:
QuentinHsu
2026-06-10 09:15:21 +08:00
parent f8f7716be6
commit 33d87e6ab1
-1
View File
@@ -32,7 +32,6 @@ export {
type DataTableColumnClassName,
type DataTablePinnedColumn,
type DataTableRenderRowHelpers,
type DataTableViewProps,
} from './data-table-view'
export { MobileCardList } from './mobile-card-list'
export { DataTablePage, type DataTablePageProps } from './data-table-page'