UNPKG

@proveanything/smartlinks-auth-ui

Version:

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

4 lines 200 B
import React from 'react'; import type { SmartlinksAuthUIProps } from '../types'; export declare const SmartlinksAuthUI: React.FC<SmartlinksAuthUIProps>; //# sourceMappingURL=SmartlinksAuthUI.d.ts.map