Migrate Caption Editor to Storybook

This commit is contained in:
Chris Svenningsen 2020-08-17 11:55:07 -07:00 committed by Josh Perez
parent 24dfaa4da4
commit c8e8291da4
3 changed files with 92 additions and 77 deletions

View file

@ -7,7 +7,7 @@ import { AttachmentType } from '../types/Attachment';
import { LocalizerType } from '../types/Util';
interface Props {
export interface Props {
attachment: AttachmentType;
i18n: LocalizerType;
url: string;