@finsel-dgi/flow-dialog
Version:
A reusable React component library for Pasby eID authentication flows with QR code scanning and signature verification
13 lines • 1.06 kB
TypeScript
export { FlowDialog } from './components/FlowDialog';
export type { FlowDialogProps, ButtonType, PasbyStyling, TAlert, PingResponse, EidFlowResponse, EidFlowLinkResponse, EidPingResponse, EidSignaturePingResponse, User, ButtonProps, PasbyFlowConfig, DialogStyling, LogoStyling } from './types';
export { cn, parseInterface, errorMessage, defaultConfig } from './utils';
export { pollingFunc, linkSession, signatureSession, cancelFlow, postFetch, requestToNextServer } from './utils/api';
export { Button } from './components/ui/Button';
export { Text, TextLink } from './components/ui/Text';
export { Logo } from './components/ui/Logo';
export { QrCodeBorder } from './components/ui/QrCodeBorder';
export { default as Loader } from './components/ui/Loader';
export { ToolTipComponent } from './components/ui/Tooltip';
export type { LogoSize, LogoProps } from './components/ui/Logo';
export { AlertDialog, AlertDialogContent, AlertDialogHeader, AlertDialogTitle, AlertDialogDescription } from './components/ui/AlertDialog';
//# sourceMappingURL=index.d.ts.map