Skip to content

Commit 1ceb501

Browse files
authored
Merge pull request #11 from gnain/patch-1
Update FormControl.d.ts
2 parents 0e41c6a + 225526a commit 1ceb501

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/FormControl.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export interface FormControlProps extends React.Props<FormControlClass> {
1212
placeholder?: string;
1313
onChange?: Function;
1414
onKeyPress?: Function;
15+
inputRef?: Function;
1516
}
1617
export interface FormControl extends React.ReactElement<FormControlProps> {}
1718
export interface FormControlClass extends React.ComponentClass<FormControlProps> {

0 commit comments

Comments
 (0)