mango-token-sale/@types/index.d.ts

5 lines
73 B
TypeScript
Raw Permalink Normal View History

2021-04-25 08:03:30 -07:00
declare module '*.svg' {
const content: any
export default content
}