UNPKG

rba-widget

Version:

An embeddable Risk Based Authentication - Login & Transaction

8 lines (7 loc) 231 B
import { default as React } from 'react'; interface ConfigErrorDialogProps { error: string | null; onClose: () => void; } declare const ConfigErrorDialog: React.FC<ConfigErrorDialogProps>; export default ConfigErrorDialog;