diff --git a/components/table/interface.tsx b/components/table/interface.tsx index 5d644e985a..548013471c 100644 --- a/components/table/interface.tsx +++ b/components/table/interface.tsx @@ -8,6 +8,7 @@ import { CheckboxProps } from '../checkbox'; import { PaginationConfig } from '../pagination'; import { Breakpoint } from '../_util/responsiveObserve'; import { INTERNAL_SELECTION_ITEM } from './hooks/useSelection'; + export { GetRowKey, ExpandableConfig }; export type Key = React.Key;