1
0

global.d.ts 141 B

123456
  1. interface Window {
  2. __TRES__DEVTOOLS__?: {
  3. cb: Function;
  4. // You can add other properties of __TRES__DEVTOOLS__ here if needed
  5. };
  6. }