Repository URL to install this package:
|
Version:
0.0.15 ▾
|
/// <reference types="react" />
import { RegisterPunchProps } from './typings';
declare const RegisterPunch: (props: RegisterPunchProps) => JSX.Element;
export { RegisterPunch, RegisterPunch as ForgotRegisterButtonGroup };