From 90a00344cb096db5070024dd8e84aa5af8b60115 Mon Sep 17 00:00:00 2001 From: mufazalov Date: Wed, 29 Nov 2023 12:14:53 +0300 Subject: [PATCH] fix: export TableColumnSetupItem type from index --- src/components/Table/hoc/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Table/hoc/index.ts b/src/components/Table/hoc/index.ts index cce931025c..6b5c33d632 100644 --- a/src/components/Table/hoc/index.ts +++ b/src/components/Table/hoc/index.ts @@ -19,5 +19,6 @@ export {withTableSettings} from './withTableSettings/withTableSettings'; export type { WithTableSettingsProps, TableSettingsData, + TableColumnSetupItem, } from './withTableSettings/withTableSettings'; export * from './withTableSettings/TableColumnSetup/TableColumnSetup';