Types exiliary files

This commit is contained in:
Jorik Schellekens 2020-05-25 16:47:57 +01:00
parent 63f78b0808
commit 5c9398a6b1
5 changed files with 449 additions and 423 deletions

View file

@ -36,7 +36,7 @@ interface IProps {
labelStrongPassword?: string;
labelAllowedButUnsafe?: string;
onChange(ev: KeyboardEvent);
onChange(ev: React.FormEvent<HTMLElement>);
onValidate(result: IValidationResult);
}