UNPKG

absolute-widget

Version:

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

5 lines (4 loc) 157 B
import { FC } from 'react'; import { AbsoluteLoginProps } from './types'; declare const AbsoluteLogin: FC<AbsoluteLoginProps>; export default AbsoluteLogin;