@sjsf/shadcn4-theme
Version:
The shadcn-svelte based theme for svelte-jsonschema-form
5 lines (4 loc) • 298 B
TypeScript
import { Calendar as CalendarPrimitive } from "bits-ui";
declare const CalendarYearSelect: import("svelte").Component<Omit<Omit<CalendarPrimitive.YearSelectProps, "child">, "children">, {}, "ref">;
type CalendarYearSelect = ReturnType<typeof CalendarYearSelect>;
export default CalendarYearSelect;