Replace Draft with Quill for composition area

Co-authored-by: Sidney Keese <sidney@carbonfive.com>
This commit is contained in:
Sidney Keese 2020-10-21 09:53:32 -07:00 committed by Evan Hahn
parent 544995cc21
commit fbf93374c1
20 changed files with 2933 additions and 1130 deletions

View file

@ -20,7 +20,10 @@ import { dataByCategory, search } from './lib';
import { useRestoreFocus } from '../../util/hooks';
import { LocalizerType } from '../../types/Util';
export type EmojiPickDataType = { skinTone?: number; shortName: string };
export type EmojiPickDataType = {
skinTone?: number;
shortName: string;
};
export type OwnProps = {
readonly i18n: LocalizerType;