UNPKG

keep-vue

Version:

Keep Vue is an open-source component library built on top of Vue3 and Tailwind CSS. It offers a collection of pre-designed UI components and styles that you can easily integrate into your web applications.

16 lines (15 loc) 1.2 kB
import { type RangeCalendarRootProps } from "radix-vue"; import type { ClassProps } from "../../utils/interface"; import type { DatePickerClass } from "../Calender/Calendar.vue"; declare const _default: import("vue").DefineComponent<RangeCalendarRootProps & ClassProps & DatePickerClass, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (date: import("radix-vue").DateRange) => any; "update:placeholder": (date: import("@internationalized/date").DateValue) => any; "update:startValue": (date: import("@internationalized/date").DateValue | undefined) => any; }, string, import("vue").PublicProps, Readonly<RangeCalendarRootProps & ClassProps & DatePickerClass> & Readonly<{ "onUpdate:modelValue"?: ((date: import("radix-vue").DateRange) => any) | undefined; "onUpdate:placeholder"?: ((date: import("@internationalized/date").DateValue) => any) | undefined; "onUpdate:startValue"?: ((date: import("@internationalized/date").DateValue | undefined) => any) | undefined; }>, { dayShape: "circle" | "rounded"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;