mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 07:56:12 +02:00
feat: implement dark mode
This commit is contained in:
Vendored
+7
@@ -1,6 +1,13 @@
|
||||
import { ITheme } from "./src/design/themes"
|
||||
import "styled-components"
|
||||
|
||||
declare module "*.svg"
|
||||
declare module "*.png"
|
||||
|
||||
type ComponentQuery<T> = {
|
||||
readonly data: T
|
||||
}
|
||||
|
||||
declare module "styled-components" {
|
||||
export interface DefaultTheme extends ITheme {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user