UNPKG

hongluan-ui

Version:
10 lines (9 loc) 385 B
import type { ComponentPublicInstance } from 'vue'; import type { DatePickerProps } from './props/date-picker'; export declare type DatePickerExpose = { focus: (focusStartInput: boolean) => void; handleOpen: () => void; handleClose: () => void; popperPaneRef: any; }; export declare type DatePickerInstance = ComponentPublicInstance<DatePickerProps, DatePickerExpose>;