UNPKG

react-gifted-chat

Version:
6 lines (5 loc) 200 B
export const MIN_COMPOSER_HEIGHT = 41; export const MAX_COMPOSER_HEIGHT = 41; export const DEFAULT_PLACEHOLDER = 'Type a message...'; export const DATE_FORMAT = 'll'; export const TIME_FORMAT = 'LT';