Migrate Emojify to Storybook

This commit is contained in:
Chris Svenningsen 2020-08-21 10:27:37 -07:00 committed by Josh Perez
parent 88dce16b32
commit db1f4d107f
3 changed files with 96 additions and 61 deletions

View file

@ -35,7 +35,7 @@ function getImageTag({
);
}
interface Props {
export interface Props {
text: string;
/** A class name to be added to the generated emoji images */
sizeClass?: SizeClassType;