UNPKG

rightui

Version:

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

5 lines (4 loc) 270 B
import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui"; declare const RangeCalendarGrid: import("svelte").Component<RangeCalendarPrimitive.GridProps, {}, "ref">; type RangeCalendarGrid = ReturnType<typeof RangeCalendarGrid>; export default RangeCalendarGrid;