UNPKG

@idto/digilocker-sdk

Version:

Official JavaScript SDK for integrating DigiLocker authentication with IDTO platform. Provides secure Aadhaar verification with real-time event tracking and reference key delivery.

13 lines 379 B
import { default as React } from 'react'; interface ModalProps { isOpen: boolean; onClose: () => void; children: React.ReactNode; size?: 'small' | 'medium' | 'large'; width?: string | number; height?: string | number; closeOnOverlayClick?: boolean; } declare const Modal: React.FC<ModalProps>; export default Modal; //# sourceMappingURL=Modal.d.ts.map