JewelryMall/admin/node_modules/element-plus/lib/constants/column-alignment.d.ts
2026-02-14 19:29:15 +08:00

3 lines
140 B
TypeScript

export declare const columnAlignment: readonly ["left", "center", "right"];
export type ColumnAlignment = (typeof columnAlignment)[number];