UNPKG

@layui/layui-vue

Version:

a component library for Vue 3 base on layui-vue

6 lines (5 loc) 210 B
import dayjs from "dayjs"; import type { DatePickerContextType } from "../interface"; export declare const useBaseDatePicker: (props: DatePickerContextType) => { getDefaultValue: () => dayjs.Dayjs; };