UNPKG

@sjsf-lab/shadcn-extras-theme

Version:

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

10 lines (9 loc) 178 B
export type NLPDateInputProps = { min?: Date; max?: Date; placeholder?: string; onChoice?: (opts: { label: string; date: Date; }) => void; };