mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 09:15:58 +02:00
refact: clean up global typings
This commit is contained in:
Vendored
+4
-1
@@ -1,7 +1,10 @@
|
||||
import { ITheme } from "./src/design/themes"
|
||||
import "styled-components"
|
||||
|
||||
declare module "*.svg"
|
||||
declare module "*.svg" {
|
||||
const content: any
|
||||
export default content
|
||||
}
|
||||
declare module "*.png"
|
||||
declare module "*.json"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user