UNPKG

@passflow/passflow-react-sdk

Version:
12 lines 453 B
import { SuccessAuthRedirect } from '../../../types'; export type PassflowProps = { successAuthRedirect?: SuccessAuthRedirect; federatedDisplayMode?: 'modal' | 'redirect'; error?: string; relyingPartyId?: string; pathPrefix?: string; routerType?: 'browser' | 'hash' | 'memory'; basename?: string; }; export declare const PassflowFlow: (props: PassflowProps) => import("react").JSX.Element; //# sourceMappingURL=index.d.ts.map