mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
655fecd8f2
- Update table grid for dynamic height row rendering - Expose reset rendered row methods for Grid - Expose enums in virtual table for user facing usages. - Update table-v2 style.
4 lines
125 B
TypeScript
4 lines
125 B
TypeScript
export { Alignment, FixedDir, SortOrder } from './src/constants'
|
|
|
|
export type { Column, Columns, SortBy } from './src/types'
|