@finsel-dgi/flow-dialog
Version:
A reusable React component library for Pasby eID authentication flows with QR code scanning and signature verification
3 lines • 338 B
TypeScript
import { FlowDialogProps } from "../types";
export declare function FlowDialog({ type, buttonText, className, payload, onCompleted, onCanceled, style, content, buttonProps, user, config, dialogStyling, customButton, customDialogContent }: FlowDialogProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=FlowDialog.d.ts.map