Merge pull request #262 from the-programmers-hangout/refact-clean-up-typings

refact: clean up global typings
This commit is contained in:
Jean-Philippe Sirois
2020-05-21 01:25:10 -04:00
committed by GitHub
2 changed files with 4 additions and 5 deletions
Vendored
-4
View File
@@ -1,4 +0,0 @@
declare module "*.svg" {
const content: any;
export default content;
}
+4 -1
View File
@@ -1,7 +1,10 @@
import { ITheme } from "./src/design/themes" import { ITheme } from "./src/design/themes"
import "styled-components" import "styled-components"
declare module "*.svg" declare module "*.svg" {
const content: any
export default content
}
declare module "*.png" declare module "*.png"
declare module "*.json" declare module "*.json"