Migrate ImageGrid to Storybook

This commit is contained in:
Chris Svenningsen 2020-08-26 11:32:24 -07:00 committed by Josh Perez
parent 5aac427017
commit 58844f92ab
4 changed files with 324 additions and 410 deletions

View file

@ -15,7 +15,7 @@ import { Image } from './Image';
import { LocalizerType } from '../../types/Util';
interface Props {
export interface Props {
attachments: Array<AttachmentType>;
withContentAbove?: boolean;
withContentBelow?: boolean;