UNPKG

@sjsf/shadcn4-theme

Version:

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

6 lines (5 loc) 330 B
import { type WithElementRef } from "../../../utils.js"; import type { HTMLAttributes } from "svelte/elements"; declare const RangeCalendarMonth: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLElement>>, {}, "ref">; type RangeCalendarMonth = ReturnType<typeof RangeCalendarMonth>; export default RangeCalendarMonth;