UNPKG

@sjsf/shadcn4-theme

Version:

The shadcn-svelte based theme for svelte-jsonschema-form

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;