UNPKG

@proveanything/smartlinks-auth-ui

Version:

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

5 lines 234 B
import React from 'react'; import type { AccountManagementProps } from '../types'; import './AuthContainer.css'; export declare const AccountManagement: React.FC<AccountManagementProps>; //# sourceMappingURL=AccountManagement.d.ts.map