Javier Marquez
2018-07-24 87a4ca3331eb027040b508968f5b279950afcae4
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.
         */