mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
Add files
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
import '@emotion/react';
|
||||
import type { MantineTheme } from '@mantine/core';
|
||||
|
||||
declare module '@emotion/react' {
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
||||
export interface GREY extends MantineTheme {}
|
||||
}
|
||||
Reference in New Issue
Block a user