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

index.d.ts 526B

123456789
  1. import { SFCWithInstall } from "../../utils/vue/typescript.js";
  2. import _default from "./src/select.vue.js";
  3. import { OptionV2Props, SelectV2Instance, SelectV2Props } from "./src/defaults.js";
  4. import { SelectV2Context, selectV2InjectionKey } from "./src/token.js";
  5. //#region ../../packages/components/select-v2/index.d.ts
  6. declare const ElSelectV2: SFCWithInstall<typeof _default>;
  7. //#endregion
  8. export { ElSelectV2, ElSelectV2 as default, OptionV2Props, SelectV2Context, SelectV2Instance, SelectV2Props, selectV2InjectionKey };