UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

8 lines (7 loc) 257 B
import { TextAreaProps } from "./type.mjs"; import * as react154 from "react"; //#region src/Input/TextArea.d.ts declare const TextArea: react154.NamedExoticComponent<TextAreaProps>; //#endregion export { TextArea }; //# sourceMappingURL=TextArea.d.mts.map