Migrate Image to Storybook
This commit is contained in:
parent
db7aa6223f
commit
7098c8b393
4 changed files with 189 additions and 469 deletions
|
@ -6,6 +6,7 @@ export const AUDIO_AAC = 'audio/aac' as MIMEType;
|
|||
export const AUDIO_MP3 = 'audio/mp3' as MIMEType;
|
||||
export const IMAGE_GIF = 'image/gif' as MIMEType;
|
||||
export const IMAGE_JPEG = 'image/jpeg' as MIMEType;
|
||||
export const IMAGE_PNG = 'image/png' as MIMEType;
|
||||
export const IMAGE_WEBP = 'image/webp' as MIMEType;
|
||||
export const VIDEO_MP4 = 'video/mp4' as MIMEType;
|
||||
export const VIDEO_QUICKTIME = 'video/quicktime' as MIMEType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue