mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-14 18:11:48 +08:00

* refactor(components): improve alignment type definitions * fix: rename Alignment to Align * refactor: rename align to columnAlignment * fix: use values to perf types * fix: remove useless isValidColumnAlignment
7 lines
150 B
TypeScript
7 lines
150 B
TypeScript
export * from './aria'
|
|
export * from './date'
|
|
export * from './event'
|
|
export * from './key'
|
|
export * from './size'
|
|
export * from './column-alignment'
|