Skip to content

Commit

Permalink
fix(Input): add typings update (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored and levithomason committed Jun 30, 2017
1 parent dbc3b00 commit e2d8b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/Input/Input.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ export interface InputOnChangeData extends InputProps {
value: string;
}

declare const Input: React.StatelessComponent<InputProps>;
declare const Input: React.ComponentClass<InputProps>;

export default Input;

0 comments on commit e2d8b4d

Please sign in to comment.