Skip to content

Commit fcf2d0d

Browse files
committed
fix(TS): Fix global App issue.
1 parent 41ae5bd commit fcf2d0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

declarations.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
declare module '*.module.css';
22
declare module 'src/diff/effective_diff.js';
3+
declare const App: any;

0 commit comments

Comments
 (0)