14 lines
170 B
TypeScript
14 lines
170 B
TypeScript
|
export { }
|
||
|
|
||
|
declare global {
|
||
|
interface Window {
|
||
|
ISMORE: boolean ;
|
||
|
isBgC: boolean ;
|
||
|
isCTxt: boolean ;
|
||
|
isText: boolean ;
|
||
|
newNotice: any;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
|