repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update all non-major dependencies
[ProtonMail-WebClient.git]
/
applications
/
storybook
/
index.d.ts
blob
fb716431b46d9f7fc35881d919852849c102d0a8
1
declare module '*.mdx' {
2
const mdx: any;
3
export default mdx;
4
}
5
6
declare module '*.png' {
7
const img: string;
8
export default img;
9
}