UNPKG

@sjsf/shadcn4-theme

Version:

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

9 lines (8 loc) 434 B
import { RangeCalendar as RangeCalendarPrimitive } from "bits-ui"; import { type ButtonVariant } from "../button/index.js"; type $$ComponentProps = RangeCalendarPrimitive.NextButtonProps & { variant?: ButtonVariant; }; declare const RangeCalendarNextButton: import("svelte").Component<$$ComponentProps, {}, "ref">; type RangeCalendarNextButton = ReturnType<typeof RangeCalendarNextButton>; export default RangeCalendarNextButton;