UNPKG

electron-event-flux

Version:

Redux store which synchronizes between instances in multiple process

7 lines 482 B
export declare type IStoreCallback = (state: any, store: any) => void; export declare type IActionCallback = (action: any) => void; export declare type IResultCallback = (invokeId: number, error: Error, result: any) => void; export declare type IMessageCallback = (message: any) => void; export declare type IWinMessageCallback = (senderId: string, message: any) => void; export declare type IInitWindowCallback = (params: any) => void; //# sourceMappingURL=IRendererClient.d.ts.map