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 +1 -1
- package/dist/bundle.global.js +22 -22
- package/dist/canvas-panel.cjs +5 -5
- package/dist/canvas-panel.js +1 -1
- package/dist/{chunk-JX3DXSPO.js → chunk-5VWTU5L4.js} +7 -7
- package/dist/{chunk-XNDN34SQ.js → chunk-OTG27VBE.js} +1 -1
- package/dist/index.cjs +7 -7
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/utils.cjs +1 -1
- package/dist/utils.js +1 -1
- package/package.json +2 -2
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
|
|
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
|
|