react-iiif-vault 2.0.0 → 2.0.1

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
@@ -888,7 +888,7 @@ declare function RenderAnnotationStrategy({ children }: AnnotationStrategyProps)
888
888
  interface RenderAudioStrategyProps {
889
889
  as?: React.ComponentType<AudioComponentProps>;
890
890
  }
891
- declare function RenderAudioStrategy({ as: CustomAudio, }: RenderAudioStrategyProps): react_jsx_runtime.JSX.Element | null;
891
+ declare function RenderAudioStrategy({ as: CustomAudio }: RenderAudioStrategyProps): react_jsx_runtime.JSX.Element | null;
892
892
 
893
893
  declare function RenderComplexTimelineStrategy(): react_jsx_runtime.JSX.Element | null;
894
894