redux-dynamic-modules-beacon
Version:
redux-beacon integration for redux dynamic modules.
8 lines (7 loc) • 303 B
TypeScript
import { Target } from 'redux-beacon';
import { IExtension } from 'redux-dynamic-modules';
/**
* Get an extension that integrates redux-beacon events with the store
* @param target - The redux beacon target to send events to
*/
export declare function getBeaconExtension(target: Target): IExtension;