UNPKG

element-plus

Version:

A Component Library for Vue 3

3 lines (2 loc) 142 B
import type DatePickerPanel from './date-picker-panel'; export type DatePickerPanelInstance = InstanceType<typeof DatePickerPanel> & unknown;