UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

4 lines (3 loc) 263 B
import type { SetupContext } from 'vue'; import { RangeDatePickerProProps, UseRangePickerProReturnType } from '../range-date-picker-types'; export default function useRangePickerPro(props: RangeDatePickerProProps, ctx: SetupContext): UseRangePickerProReturnType;