mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
Merge pull request #262 from the-programmers-hangout/refact-clean-up-typings
refact: clean up global typings
This commit is contained in:
Vendored
-4
@@ -1,4 +0,0 @@
|
|||||||
declare module "*.svg" {
|
|
||||||
const content: any;
|
|
||||||
export default content;
|
|
||||||
}
|
|
||||||
Vendored
+4
-1
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user