@fesjs/fes-design
Version:
fes-design for PC
9 lines (7 loc) • 316 B
JavaScript
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 };