UNPKG

256 BTypeScriptView Raw
1export declare const MIN_COMPOSER_HEIGHT: number | undefined;
2export declare const MAX_COMPOSER_HEIGHT = 200;
3export declare const DEFAULT_PLACEHOLDER = "Type a message...";
4export declare const DATE_FORMAT = "ll";
5export declare const TIME_FORMAT = "LT";