missing "l" in placeholder prop of Input

This commit is contained in:
gldfdp
2017-03-27 14:33:32 +02:00
parent 6d640754eb
commit 6d01ad0c9a

View File

@@ -239,7 +239,7 @@ declare class Input extends Component<{
onChange?: (e: Event) => void,
value?: string,
checked?: boolean,
placehoder?: string,
placeholder?: string,
type?: string,
inputId?: string,
float?: boolean,