Migrate AttachmentList to Storybook
This commit is contained in:
parent
3416818e01
commit
67d2dd07c3
3 changed files with 120 additions and 120 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue