UNPKG

@sjsf/shadcn-theme

Version:

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

6 lines (5 loc) 338 B
import { Calendar as CalendarPrimitive, type WithoutChildrenOrChild } from "bits-ui"; import * as Calendar from "./index.js"; declare const Calendar: import("svelte").Component<WithoutChildrenOrChild<CalendarPrimitive.RootProps>, {}, "ref" | "placeholder" | "value">; type Calendar = ReturnType<typeof Calendar>; export default Calendar;