UNPKG

react-passkey-pro

Version:

🔐 The most comprehensive React library for WebAuthn passkey authentication. Drop-in components, TypeScript support, and zero dependencies. Secure, fast, and developer-friendly.

9 lines 299 B
import React from 'react'; export interface PasskeyStatusProps { showCredentialCount?: boolean; className?: string; supportedMessage?: string; unsupportedMessage?: string; } export declare const PasskeyStatus: React.FC<PasskeyStatusProps>; //# sourceMappingURL=PasskeyStatus.d.ts.map