UNPKG

@layui/layui-vue

Version:

a component library for Vue 3 base on layui-vue

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