Skip to content

Commit d786477

Browse files
committed
try to fix gh action type error
1 parent 7ade7c7 commit d786477

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ui/app/types/index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
declare module '*.ttf';
22

33
declare module '*.otf';
4+
5+
declare module '*.png' {
6+
const value: string;
7+
export default value;
8+
}

0 commit comments

Comments
 (0)