mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
refactor: not appropriate to put the global declaration in styles/types.ts
This commit is contained in:
@@ -121,9 +121,3 @@ export interface AffineThemeCSSVariables {
|
||||
declare module '@emotion/react' {
|
||||
export interface Theme extends AffineTheme {}
|
||||
}
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
CLIENT_APP?: boolean;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user