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

12345678
  1. import { SFCWithInstall } from "../../utils/vue/typescript.js";
  2. import { CountdownEmits, CountdownInstance, CountdownProps, CountdownPropsPublic, countdownEmits, countdownProps } from "./src/countdown.js";
  3. import _default from "./src/countdown.vue.js";
  4. //#region ../../packages/components/countdown/index.d.ts
  5. declare const ElCountdown: SFCWithInstall<typeof _default>;
  6. //#endregion
  7. export { CountdownEmits, CountdownInstance, CountdownProps, CountdownPropsPublic, ElCountdown, ElCountdown as default, countdownEmits, countdownProps };