UNPKG

mistui-kit

Version:

**👉 [Try MistUi Live](https://gilded-tanuki-0eb52b.netlify.app/) — interactive playground & docs**

6 lines (5 loc) • 315 B
declare const TextAreaInput: import("react").ForwardRefExoticComponent<Omit<import("./type").BaseProps, "className" | "type" | "variant"> & { variant?: "outline" | "dash" | "ghost"; className?: HTMLElement["className"]; } & import("react").RefAttributes<HTMLTextAreaElement>>; export default TextAreaInput;