Update all non-major dependencies
[ProtonMail-WebClient.git] / applications / storybook / index.d.ts
blobfb716431b46d9f7fc35881d919852849c102d0a8
1 declare module '*.mdx' {
2     const mdx: any;
3     export default mdx;
6 declare module '*.png' {
7     const img: string;
8     export default img;