Browse Source

fix(ci): lint error

pull/23607/head
诸岳 5 years ago
parent
commit
eda0064e83
  1. 1
      components/table/interface.tsx

1
components/table/interface.tsx

@ -8,6 +8,7 @@ import { CheckboxProps } from '../checkbox';
import { PaginationConfig } from '../pagination'; import { PaginationConfig } from '../pagination';
import { Breakpoint } from '../_util/responsiveObserve'; import { Breakpoint } from '../_util/responsiveObserve';
import { INTERNAL_SELECTION_ITEM } from './hooks/useSelection'; import { INTERNAL_SELECTION_ITEM } from './hooks/useSelection';
export { GetRowKey, ExpandableConfig }; export { GetRowKey, ExpandableConfig };
export type Key = React.Key; export type Key = React.Key;

Loading…
Cancel
Save