Files
chuanggao-website/client/node_modules/element-plus/lib/components/time-select/index.d.ts

8 lines
517 B
TypeScript
Raw Normal View History

2026-05-12 16:53:18 +08:00
import { SFCWithInstall } from "../../utils/vue/typescript.js";
import { DEFAULT_STEP, TimeSelectInstance, TimeSelectProps, TimeSelectPropsPublic, timeSelectProps } from "./src/time-select.js";
import _default from "./src/time-select.vue.js";
//#region ../../packages/components/time-select/index.d.ts
declare const ElTimeSelect: SFCWithInstall<typeof _default>;
//#endregion
export { DEFAULT_STEP, ElTimeSelect, ElTimeSelect as default, TimeSelectInstance, TimeSelectProps, TimeSelectPropsPublic, timeSelectProps };