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.

9 lines 370 B
import * as React from "react"; interface HeaderLogoProps extends React.SVGProps<SVGSVGElement> { color?: string; width?: number | string; height?: number | string; } declare const HeaderLogo: ({ color, width, height, ...props }: HeaderLogoProps) => import("react/jsx-runtime").JSX.Element; export default HeaderLogo; //# sourceMappingURL=HeaderLogo.d.ts.map