stdproject/frontend/node_modules/element-plus/lib/constants/column-alignment.d.ts

3 lines
138 B
TypeScript
Raw Normal View History

2025-05-30 13:43:31 +08:00
export declare const columnAlignment: readonly ["left", "center", "right"];
export type ColumnAlignment = typeof columnAlignment[number];