UNPKG

@qte/react-native-gifted-chat

Version:

Performant fork of react-native-gifted-chat with FlashList support

11 lines (10 loc) 373 B
export declare const MIN_COMPOSER_HEIGHT: number | undefined; export declare const MAX_COMPOSER_HEIGHT = 200; export declare const DEFAULT_PLACEHOLDER = "Type a message..."; export declare const DATE_FORMAT = "D MMMM"; export declare const TIME_FORMAT = "LT"; export declare const TEST_ID: { WRAPPER: string; LOADING_WRAPPER: string; SEND_TOUCHABLE: string; };