Skip to content

Commit a9e10d2

Browse files
committed
chore: export const
1 parent 20cbc67 commit a9e10d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
import { EXPAND_COLUMN } from './constant';
12
import { FooterComponents as Summary } from './Footer';
23
import Column from './sugar/Column';
34
import ColumnGroup from './sugar/ColumnGroup';
45
import type { TableProps } from './Table';
56
import Table, { genTable } from './Table';
67
import { INTERNAL_COL_DEFINE } from './utils/legacyUtil';
78

8-
export { genTable, Summary, Column, ColumnGroup, TableProps, INTERNAL_COL_DEFINE };
9+
export { genTable, Summary, Column, ColumnGroup, TableProps, INTERNAL_COL_DEFINE, EXPAND_COLUMN };
910

1011
export default Table;

0 commit comments

Comments
 (0)