UNPKG

@proveanything/smartlinks-auth-ui

Version:

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

13 lines 391 B
import React from 'react'; import './AuthContainer.css'; import type { AuthUIConfig } from '../types'; interface AuthContainerProps { children: React.ReactNode; theme?: 'light' | 'dark'; className?: string; config?: AuthUIConfig; minimal?: boolean; } export declare const AuthContainer: React.FC<AuthContainerProps>; export {}; //# sourceMappingURL=AuthContainer.d.ts.map