react-native-gifted-chat
Version:
The most complete chat UI for React Native
9 lines • 337 B
TypeScript
import React from 'react';
import { TextInputProps } from 'react-native';
export interface ComposerProps {
composerHeight?: number;
text?: string;
textInputProps?: Partial<TextInputProps>;
}
export declare function Composer({ text, textInputProps, }: ComposerProps): React.ReactElement;
//# sourceMappingURL=Composer.d.ts.map