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 RangeCalendarCell: import("svelte").Component<RangeCalendarPrimitive.CellProps, {}, "ref">; type RangeCalendarCell = ReturnType<typeof RangeCalendarCell>; export default RangeCalendarCell;