journal.pl/index.d.ts

6 lines
121 B
TypeScript
Raw Permalink Normal View History

2022-11-27 16:34:37 +03:00
declare module '*.svg' {
const src: string;
export default src;
2024-08-12 00:05:30 +03:00
}
declare const __webpack_public_path__: string;