init + api use

This commit is contained in:
Primakov Alexandr Alexandrovich
2025-11-03 17:59:08 +03:00
commit e777b57991
52 changed files with 20725 additions and 0 deletions

7
types.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
declare module '*.svg' {
const src: string
export default src
}
declare const __webpack_public_path__: string