react-iiif-vault 2.0.17 → 2.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bundle.d.ts CHANGED
@@ -1526,6 +1526,7 @@ declare function useContextBridge(): {
1526
1526
  ReactEventContext: {
1527
1527
  emitter: mitt.Emitter<Record<mitt.EventType, unknown>>;
1528
1528
  };
1529
+ ReactEmitterContext: mitt.Emitter<any>;
1529
1530
  ContextBridgeReactContext: Record<string, React__default.Context<any>>;
1530
1531
  StrategyReactContext: StrategyContext | null;
1531
1532
  AtlasStoreReactContext: zustand.StoreApi<AtlasStore> | null;