added more typings and some layout fixes

This commit is contained in:
Sebastian Sdorra
2018-07-12 08:23:24 +02:00
parent ed077f704f
commit bf62eee4d5
10 changed files with 37 additions and 27 deletions

View File

@@ -5,8 +5,8 @@ import classNames from "classnames";
type Props = {
value: string,
disabled: boolean,
isLoading: boolean,
disabled?: boolean,
isLoading?: boolean,
large?: boolean,
fullWidth?: boolean
};