@prosperitainova/dumbo-react-native
Version:
Dumbo for React Native Library
11 lines • 452 B
TypeScript
import React from 'react';
import { TextInputProps } from '../../types/shared';
/**
* TextArea component for rendering a text area (large text input block with newline support)
*
* {@link https://github.com/carbon-design-system/carbon-react-native/blob/main/example/src/Views/TextArea.tsx | Example code}
*/
export declare class TextArea extends React.Component<TextInputProps> {
render(): React.ReactNode;
}
//# sourceMappingURL=index.d.ts.map