electron-event-flux
Version:
Redux store which synchronizes between instances in multiple process
10 lines • 564 B
TypeScript
export declare const renderRegisterName = "__RENDERER_REGISTER__";
export declare const renderDispatchName = "__RENDERER_DISPATCH__";
export declare const mainInitName = "__MAIN_INIT__";
export declare const mainDispatchName = "__MAIN_DISPATCH__";
export declare const mainReturnName = "__MAIN_RETURN__";
export declare const winManagerStoreName = "winManagerStore";
export declare const winManagerKey = "winManager";
export declare const messageName = "__MESSAGE__";
export declare const winMessageName = "__WIN_MESSAGE__";
//# sourceMappingURL=constants.d.ts.map