All checks were successful
platform/bro-js/challenge-pl/pipeline/head This commit looks good
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 |