mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-14 09:20:51 +08:00
915e1ffe26
- Add example for customizing cell - Add example for customize row class
6 lines
205 B
TypeScript
6 lines
205 B
TypeScript
export { Alignment, FixedDir, SortOrder } from './src/constants'
|
|
export { default as TableV2 } from './src/table-v2'
|
|
|
|
export type { Column, Columns, SortBy } from './src/types'
|
|
export * from './src/table'
|