UNPKG

@sjsf/shadcn-theme

Version:

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

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