UNPKG

@fesjs/fes-design

Version:
9 lines (7 loc) 316 B
const ALIGN = ['left', 'center', 'right']; const COL_TYPE = ['default', 'selection', 'expand']; const SIZE = ['middle', 'small']; const TABLE_NAME = 'FTable'; const TABLE_COLUMN_NAME = 'FTableColumn'; const provideKey = Symbol('FTable'); export { ALIGN, COL_TYPE, SIZE, TABLE_COLUMN_NAME, TABLE_NAME, provideKey };