mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-01 17:50:50 +08: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' {
|
declare module '@emotion/react' {
|
||||||
export interface Theme extends AffineTheme {}
|
export interface Theme extends AffineTheme {}
|
||||||
}
|
}
|
||||||
|
|
||||||
declare global {
|
|
||||||
interface Window {
|
|
||||||
CLIENT_APP?: boolean;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
declare global {
|
||||||
|
interface Window {
|
||||||
|
CLIENT_APP?: boolean;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
export {};
|
||||||
Reference in New Issue
Block a user