@cartridge-engine/event
    Preparing search index...

    Interface EventProviderProps

    Props for the EventProvider component.

    interface EventProviderProps {
        bus: EventBus<any>;
        children: ReactNode;
    }
    Index
    bus: EventBus<any>

    The EventBus instance to provide to the component tree.

    children: ReactNode

    React children.