nav2/types.d.ts

6 lines
114 B
TypeScript
Raw Normal View History

2024-10-22 21:29:29 +03:00
declare module '*.svg' {
const src: string
export default src
}
declare const __webpack_public_path__: string