NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/qiankun/es/globalState.d.ts

8 lines
304 B
TypeScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
/**
* @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;