ts @types. React hooks

This commit is contained in:
grinikita
2025-04-27 19:56:23 +03:00
parent a621b0f6ab
commit 330e4c0d74
13 changed files with 238 additions and 146 deletions

4
@types/assets/index.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module '*.png' {
const path: string;
export default path;
}