UNPKG

rightui

Version:

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

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