mirror of
https://github.com/Kxsso/jcutmirror.git
synced 2026-02-09 01:16:58 +08:00
9 lines
204 B
TypeScript
9 lines
204 B
TypeScript
declare module '*.svg' {
|
|
const content: any;
|
|
export default content;
|
|
}
|
|
declare module 'gatsby-theme-material-ui-top-layout/src/components/viewport' {
|
|
const content: any;
|
|
export default content;
|
|
}
|