UNPKG

react-native-gifted-chat

Version:
9 lines 337 B
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