UNPKG

rightui

Version:

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

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