nav2/types.d.ts
Primakov Alexandr Alexandrovich 2971f2b90d init
2024-10-22 21:30:06 +03:00

6 lines
114 B
TypeScript

declare module '*.svg' {
const src: string
export default src
}
declare const __webpack_public_path__: string