UNPKG

@lobehub/ui

Version:

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

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