small refactor, lint and fixes

This commit is contained in:
Jori Lallo
2017-09-12 23:30:18 -07:00
parent 2cfe36dd35
commit c02bc04fd2
8 changed files with 47 additions and 61 deletions

View File

@@ -55,7 +55,7 @@ const LabelText = styled.div`
export type Props = {
type: string,
value: string,
value?: string,
label?: string,
className?: string,
};