UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

4 lines (3 loc) 270 B
import type { SetupContext } from 'vue'; import { DatePickerProPanelProps, UseYearCalendarPanelReturnType } from '../date-picker-pro-types'; export default function useYearCalendarPanel(props: DatePickerProPanelProps, ctx: SetupContext): UseYearCalendarPanelReturnType;