UNPKG

membros-react-sdk

Version:

React authentication library for Membros platform with subscription management and plan-based access control

11 lines 280 B
import React from "react"; interface AuthScreenProps { useToast?: any; logoSrc?: string; title?: string; description?: string; className?: string; } export declare const AuthScreen: React.FC<AuthScreenProps>; export {}; //# sourceMappingURL=AuthScreen.d.ts.map