Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zjffun committed Apr 2, 2020
1 parent b22adc9 commit 4a31484
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/missing-types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ declare module 'url-loader!*' {
export default value;
}

// Handling style-loader imports:
declare module "*.scss";

declare module "*.css";

declare var VERSION: string;

declare var ga: {
Expand Down

0 comments on commit 4a31484

Please sign in to comment.