Repository URL to install this package:
|
Version:
0.0.14 ▾
|
export interface SignInModalBoxProps {
onReset: () => void;
onRegister: () => void;
onClose: () => void;
}