Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit c3dd706

Browse files
committed
update #37, remove unnecessary declarations
1 parent c2ff5c9 commit c3dd706

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

app/utils.d.ts

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
1-
// declare module '*.css' {
2-
// const content: string|any;
3-
// export default content;
4-
// }
1+
declare module '*.svg';
52

6-
declare module '*.svg' {
7-
const content: string | any;
8-
export default content;
9-
}
3+
declare module '*.jpg';
104

11-
declare module '*.jpg' {
12-
const content: string | any;
13-
export default content;
14-
}
15-
16-
declare module '*.png' {
17-
const content: any;
18-
export default content;
19-
}
20-
21-
// declare module '*!raw' {
22-
// const content: string|any;
23-
// export default content;
24-
// }
5+
declare module '*.png';

0 commit comments

Comments
 (0)