智慧水务管理系统 - 精河县供水工程综合管理平台

column-alignment.d.ts 240B

12345
  1. //#region ../../packages/constants/column-alignment.d.ts
  2. declare const columnAlignment: readonly ["left", "center", "right"];
  3. type ColumnAlignment = (typeof columnAlignment)[number];
  4. //#endregion
  5. export { ColumnAlignment, columnAlignment };