Migrate AttachmentList to Storybook

This commit is contained in:
Chris Svenningsen 2020-08-20 14:50:43 -07:00 committed by Josh Perez
parent 3416818e01
commit 67d2dd07c3
3 changed files with 120 additions and 120 deletions

View file

@ -15,10 +15,9 @@ import {
isVideoAttachment,
} from '../../types/Attachment';
interface Props {
export interface Props {
attachments: Array<AttachmentType>;
i18n: LocalizerType;
// onError: () => void;
onClickAttachment: (attachment: AttachmentType) => void;
onCloseAttachment: (attachment: AttachmentType) => void;
onAddAttachment: () => void;