Migrate Image to Storybook

This commit is contained in:
Chris Svenningsen 2020-08-26 11:06:48 -07:00 committed by Josh Perez
parent db7aa6223f
commit 7098c8b393
4 changed files with 189 additions and 469 deletions

View file

@ -6,7 +6,7 @@ import { Spinner } from '../Spinner';
import { LocalizerType } from '../../types/Util';
import { AttachmentType } from '../../types/Attachment';
interface Props {
export interface Props {
alt: string;
attachment: AttachmentType;
url: string;