mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
missing "l" in placeholder prop of Input
This commit is contained in:
2
types/react-onsenui/index.d.ts
vendored
2
types/react-onsenui/index.d.ts
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user