@regulaforensics/vp-frontend-document-components 8.2.2326-rc → 8.2.2327-rc

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/index.d.ts CHANGED
@@ -598,19 +598,6 @@ export { }
598
598
 
599
599
 
600
600
  declare global {
601
- namespace React.JSX {
602
- interface IntrinsicElements {
603
- 'document-reader': React.DetailedHTMLProps<
604
- IDocumentReader & React.HTMLAttributes<DocumentReaderWebComponent>,
605
- DocumentReaderWebComponent
606
- >;
607
- 'camera-snapshot': React.DetailedHTMLProps<
608
- ICameraSnapshot & React.HTMLAttributes<DocumentReaderCaptureWebComponent>,
609
- DocumentReaderCaptureWebComponent
610
- >;
611
- }
612
- }
613
-
614
601
  interface HTMLElementEventMap {
615
602
  'document-reader': CustomEvent<DocumentReaderDetailType | TransactionEvent>;
616
603
  'camera-snapshot': CustomEvent<CameraSnapshotDetailType>;