diff --git a/typings/index.d.ts b/typings/index.d.ts index fb1687d..c03b792 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -269,9 +269,8 @@ export interface DateTimePickerProps { /** * Handler called when the user presses the cancel button - * Passes the current selected date */ - onCancel(date: Date): void; + onCancel(): void; /** * Called when the underlying modal finishes its' closing animation