UNPKG

@sjsf/shadcn4-theme

Version:

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

4 lines (3 loc) 295 B
declare const InputGroupTextarea: import("svelte").Component<Omit<import("../../../utils.js").WithElementRef<import("svelte/elements").HTMLTextareaAttributes>, "children">, {}, "ref" | "value">; type InputGroupTextarea = ReturnType<typeof InputGroupTextarea>; export default InputGroupTextarea;