UNPKG

@sjsf/shadcn4-theme

Version:

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

12 lines (11 loc) 607 B
declare const InputGroupInput: import("svelte").Component<(Omit<import("svelte/elements").HTMLInputAttributes, "type"> & ({ type: "file"; files?: FileList; } | { type?: "number" | "hidden" | "color" | "submit" | "reset" | "button" | "search" | "checkbox" | "radio" | (string & {}) | "text" | "tel" | "url" | "email" | "date" | "time" | "datetime-local" | "image" | "month" | "password" | "range" | "week"; files?: undefined; })) & { ref?: HTMLElement | null | undefined; }, {}, "ref" | "value">; type InputGroupInput = ReturnType<typeof InputGroupInput>; export default InputGroupInput;