Migrate AttachmentSection to Storybook

This commit is contained in:
Sidney Keese 2020-08-25 17:39:24 -07:00 committed by Josh Perez
parent 098bab2d5e
commit 252c101e06
4 changed files with 133 additions and 141 deletions

View file

@ -7,7 +7,7 @@ import { MediaItemType } from '../../LightboxGallery';
import { missingCaseError } from '../../../util/missingCaseError';
import { LocalizerType } from '../../../types/Util';
interface Props {
export interface Props {
i18n: LocalizerType;
header?: string;
type: 'media' | 'documents';