UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

5 lines (4 loc) 263 B
import type { HTMLTextareaAttributes } from "svelte/elements"; declare const Textarea: import("svelte").Component<WithoutChildren<WithElementRef<HTMLTextareaAttributes>>, {}, "value" | "ref">; type Textarea = ReturnType<typeof Textarea>; export default Textarea;