UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

5 lines (4 loc) 294 B
import { Calendar as CalendarPrimitive } from "bits-ui"; declare const CalendarMonthSelect: import("svelte").Component<WithoutChildrenOrChild<CalendarPrimitive.MonthSelectProps>, {}, "ref">; type CalendarMonthSelect = ReturnType<typeof CalendarMonthSelect>; export default CalendarMonthSelect;