UNPKG

@proveanything/smartlinks-auth-ui

Version:

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

11 lines 622 B
export { SmartlinksAuthUI } from './components/SmartlinksAuthUI'; export { AccountManagement } from './components/AccountManagement'; export { SmartlinksClaimUI } from './components/ClaimUI'; export { AuthProvider, useAuth } from './context/AuthContext'; export { ProtectedRoute } from './components/ProtectedRoute'; export { tokenStorage } from './utils/tokenStorage'; export { AuthUIPreview } from './components/AuthUIPreview'; export type * from './types'; export type { AuthLogger } from './types'; export { SmartlinksAuthUI as FirebaseAuthUI } from './components/SmartlinksAuthUI'; //# sourceMappingURL=index.d.ts.map