Skip to content

Commit 67b0019

Browse files
authored
[chore] export TimeFieldFilterProps (#2883)
Signed-off-by: Ihor Dykhta <[email protected]>
1 parent 603fde8 commit 67b0019

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/table/src/index.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ export {
1313
} from './kepler-table';
1414
/* eslint-disable prettier/prettier */
1515
export type {
16+
BooleanFieldFilterProps,
17+
Datasets,
1618
FilterProps,
1719
GpuFilter,
18-
Datasets,
19-
BooleanFieldFilterProps,
2020
NumericFieldFilterProps,
21-
StringFieldFilterProps
21+
StringFieldFilterProps,
22+
TimeFieldFilterProps
2223
} from './kepler-table';
2324
export * from './gpu-filter-utils';
2425
export * from './dataset-utils';

0 commit comments

Comments
 (0)