Migrate MediaGridItem to Storybook

This commit is contained in:
Sidney Keese 2020-08-21 10:27:09 -07:00 committed by Josh Perez
parent ac28f9f13c
commit 88dce16b32
3 changed files with 135 additions and 95 deletions

View file

@ -8,7 +8,7 @@ import {
import { LocalizerType } from '../../../types/Util';
import { MediaItemType } from '../../LightboxGallery';
interface Props {
export interface Props {
mediaItem: MediaItemType;
onClick?: () => void;
i18n: LocalizerType;