UNPKG

@veracity/vui

Version:

Veracity UI is a React component library crafted for use within Veracity applications and pages. Based on Styled Components and @xstyled.

13 lines (12 loc) 491 B
import { VuiComponent } from "../core/vui.js"; import { TextareaProps } from "./textarea.types.js"; import "../index.js"; //#region src/textarea/textarea.d.ts /** * @deprecated Use `TextField` with a `rows` prop instead. `Textarea` is a thin wrapper kept for * backward compatibility and will be removed in a future major version. */ declare const Textarea: VuiComponent<"div", TextareaProps>; //#endregion export { Textarea, Textarea as default }; //# sourceMappingURL=textarea.d.ts.map