Skip to content

Commit

Permalink
Merge pull request #450 from appfolio/td-correct-dateinput-ts
Browse files Browse the repository at this point in the history
td - add typescript definition for dateinput
  • Loading branch information
gthomas-appfolio authored Aug 22, 2018
2 parents b97a505 + a74169f commit a8ab008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DateInput.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ interface DateInputPropTypes extends Omit<
keyboard?: boolean;
onBlur?: (ev: React.FocusEvent<HTMLInputElement>) => void;
onChange?: (value: DateOrString, isDate: boolean) => void;
onClose?: (value: DateOrString, isDate: boolean) => void;
parse?: (value: string, dateFormat: string) => DateOrString;
showOnFocus?: boolean;
value?: DateOrString;
Expand Down

0 comments on commit a8ab008

Please sign in to comment.