rightui
Version:
Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity
5 lines (4 loc) • 329 B
TypeScript
import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui";
declare const RangeCalendarMonthSelect: import("svelte").Component<WithoutChildrenOrChild<RangeCalendarPrimitive.MonthSelectProps>, {}, "ref">;
type RangeCalendarMonthSelect = ReturnType<typeof RangeCalendarMonthSelect>;
export default RangeCalendarMonthSelect;