UNPKG

@proveanything/smartlinks-auth-ui

Version:

Lightweight React authentication UI components with bearer token support and Smartlinks SDK integration

14 lines 471 B
import React from 'react'; import type { AuthProvider, AuthUIConfig } from '../types'; interface AuthUIPreviewProps { customization?: Partial<AuthUIConfig>; enabledProviders?: AuthProvider[]; providerOrder?: string[]; emailDisplayMode?: 'form' | 'button'; theme?: 'light' | 'dark'; className?: string; minimal?: boolean; } export declare const AuthUIPreview: React.FC<AuthUIPreviewProps>; export {}; //# sourceMappingURL=AuthUIPreview.d.ts.map