UNPKG

@sjsf/shadcn4-theme

Version:

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

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