UNPKG

@sjsf/shadcn4-theme

Version:

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

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