@blueking/bk-weweb 0.0.32-beta.6 → 0.0.33

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -248,7 +248,6 @@ declare global {
248
248
  __BK_WEWEB_APP_KEY__?: string;
249
249
  __POWERED_BY_BK_WEWEB__?: boolean;
250
250
  __getAppOrInstance__(id?: string): AppCache | BaseModel | undefined;
251
- rawWindow?: Window;
252
251
  }
253
252
  interface Node {
254
253
  __BK_WEWEB_APP_KEY__?: string;