NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/qiankun/lib/globalState.d.ts
2023-09-14 14:47:11 +08:00

8 lines
304 B
TypeScript

/**
* @author dbkillerf6
* @since 2020-04-10
*/
import type { MicroAppStateActions } from './interfaces';
export declare function initGlobalState(state?: Record<string, any>): MicroAppStateActions;
export declare function getMicroAppStateActions(id: string, isMaster?: boolean): MicroAppStateActions;