Migrate Typing/Unsupported/Verification components to Storybook

This commit is contained in:
Sidney Keese 2020-08-26 11:40:23 -07:00 committed by Josh Perez
parent 58844f92ab
commit 45b9bbc837
12 changed files with 217 additions and 183 deletions

View file

@ -7,7 +7,7 @@ import { Avatar } from '../Avatar';
import { LocalizerType } from '../../types/Util';
import { ColorType } from '../../types/Colors';
interface Props {
export interface Props {
avatarPath?: string;
color: ColorType;
name?: string;