UNPKG

@dfds-devex/minions-core

Version:

Component framework for micro frontend architecture.

4 lines 173 B
import IEvent from "./IEvent"; declare type EventCallback = (event: IEvent) => Promise<boolean>; export default EventCallback; //# sourceMappingURL=EventCallback.d.ts.map