UNPKG

absolute-widget

Version:

An embeddable User Login and Registration using Absolute & PasswordLess with consent page

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;