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

index.d.ts 499B

123456789
  1. import { SFCWithInstall } from "../../utils/vue/typescript.js";
  2. import { RowAlign, RowInstance, RowJustify, RowProps, RowPropsPublic, rowProps } from "./src/row.js";
  3. import _default from "./src/row.vue.js";
  4. import { rowContextKey } from "./src/constants.js";
  5. //#region ../../packages/components/row/index.d.ts
  6. declare const ElRow: SFCWithInstall<typeof _default>;
  7. //#endregion
  8. export { ElRow, ElRow as default, RowAlign, RowInstance, RowJustify, RowProps, RowPropsPublic, rowContextKey, rowProps };