From 87a4ca3331eb027040b508968f5b279950afcae4 Mon Sep 17 00:00:00 2001
From: Javier Marquez <javi@arqex.com>
Date: Tue, 24 Jul 2018 12:55:46 +0200
Subject: [PATCH] Bumps to v2.15.0

---
 DateTime.d.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/DateTime.d.ts b/DateTime.d.ts
index 444b6f0..b7bea98 100644
--- a/DateTime.d.ts
+++ b/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.
          */

--
Gitblit v1.9.3