Migrate MessageBody to Storybook

This commit is contained in:
Chris Svenningsen 2020-08-26 17:07:26 -07:00 committed by Josh Perez
parent 8ab1013f70
commit 0051253125
3 changed files with 95 additions and 74 deletions

View file

@ -7,7 +7,7 @@ import { Linkify } from './Linkify';
import { LocalizerType, RenderTextCallbackType } from '../../types/Util';
interface Props {
export interface Props {
text: string;
textPending?: boolean;
/** If set, all emoji will be the same size. Otherwise, just one emoji will be large. */