UNPKG

@opensig/opendesign

Version:

8 lines (7 loc) 154 B
/** * 日期、时间选择器 * @returns */ export declare function useDate(): { value: import('vue').Ref<Date | undefined, Date | undefined>; };