6 lines
114 B
TypeScript
6 lines
114 B
TypeScript
|
declare module '*.svg' {
|
||
|
const src: string
|
||
|
export default src
|
||
|
}
|
||
|
|
||
|
declare const __webpack_public_path__: string
|