UNPKG

@proveanything/smartlinks-auth-ui

Version:

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

10 lines 297 B
import React from 'react'; interface MagicLinkFormProps { onSubmit: (email: string) => Promise<void>; onCancel: () => void; loading?: boolean; error?: string; } export declare const MagicLinkForm: React.FC<MagicLinkFormProps>; export {}; //# sourceMappingURL=MagicLinkForm.d.ts.map