@shimotsuki/core 2.0.41 → 2.0.42
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.ts +0 -6
- package/dist/index.js +0 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1038,11 +1038,5 @@ declare class Manager {
|
|
|
1038
1038
|
merge<K extends keyof Manager, T extends object>(target: K, source: T): this;
|
|
1039
1039
|
}
|
|
1040
1040
|
declare const cat: Manager;
|
|
1041
|
-
declare global {
|
|
1042
|
-
namespace globalThis {
|
|
1043
|
-
/**核心框架 */
|
|
1044
|
-
var cat: Manager;
|
|
1045
|
-
}
|
|
1046
|
-
}
|
|
1047
1041
|
|
|
1048
1042
|
export { AudioEffect, AudioEventConstant, AudioManager, AudioSourceBaseComponent, AudioSourceUILayer, AudioTypeEnum, BaseComponent, BaseManager, BasePrefab, BaseStore, ButtonLock, CoreBlackMask, CoreNotice, type CoreNoticeProps, CoreReconnection, CoreShowLoading, type CoreShowLoadingProps, CoreStore, CoreToast, CoreUIContainer, CoreUIModal, type CoreUIModalProps, CoreUtil, GlobalEventConstant, Gui, GuiManager, type HOOK, type ICloseOptions, type IDirection, type IOpenOptions, type IUIOption, LayerType, Manager, ReconnectPrompt, RootUILayer, type SceneComponentType, type SceneDataType, SceneLayer, type ScenePropsType, TimerManager, type ToastProps, ToastType, type UIComponentType, UILayer, WrapperSocialGameClient, cat };
|
package/dist/index.js
CHANGED