UNPKG

redux-dynamic-modules-beacon

Version:
8 lines (7 loc) 303 B
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;