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.

11 lines 339 B
import { default as React } from 'react'; interface BottomSheetProps { isOpen: boolean; onClose: () => void; children: React.ReactNode; height?: string | number; closeOnOverlayClick?: boolean; } declare const BottomSheet: React.FC<BottomSheetProps>; export default BottomSheet; //# sourceMappingURL=BottomSheet.d.ts.map