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