Anna Kurylo
2018-10-16 76306226877e46f967f3af26e5e45e89e40c1cd3
DateTime.d.ts
@@ -81,7 +81,7 @@
         only parameter, if the date in the input is valid. If the date in the input is not valid, the
         callback receives the value of the input (a string).
         */
        onChange?: EventOrValueHandler<ChangeEvent<any>>;
        onChange?: (value: Moment | string) => void;
        /*
         Callback trigger for when the user opens the datepicker.
         */