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

index.d.ts 457B

123456789
  1. import { SFCWithInstall } from "../../utils/vue/typescript.js";
  2. import { EmptyProps, EmptyPropsPublic, emptyProps } from "./src/empty.js";
  3. import _default from "./src/empty.vue.js";
  4. import { EmptyInstance } from "./src/instance.js";
  5. //#region ../../packages/components/empty/index.d.ts
  6. declare const ElEmpty: SFCWithInstall<typeof _default>;
  7. //#endregion
  8. export { ElEmpty, ElEmpty as default, type EmptyInstance, EmptyProps, EmptyPropsPublic, emptyProps };