Skip to content

Commit f1f14b9

Browse files
author
Christopher Thomas
committed
2 parents 7bbb1b9 + 1ceb501 commit f1f14b9

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)