UNPKG

@passflow/passflow-react-sdk

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