diff --git a/ng-cordova/datepicker.d.ts b/ng-cordova/datepicker.d.ts deleted file mode 100644 index 1a976be65..000000000 --- a/ng-cordova/datepicker.d.ts +++ /dev/null @@ -1,38 +0,0 @@ -// Type definitions for ngCordova datepicker plugin -// Project: https://github.com/VitaliiBlagodir/cordova-plugin-datepicker -// Definitions by: Jacques Kang -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - -/// - -declare module ngCordova { - - export interface DatePickerOptions { - mode?: string; - date?: Date | string; - minDate?: Date | string; - maxDate?: Date | string; - titleText?: string; - okText?: string; - cancelText?: string; - todayText?: string; - nowText?: string; - is24Hour?: boolean; - androidTheme?: number; - allowOldDates?: boolean; - allowFutureDates?: boolean; - doneButtonLabel?: string; - doneButtonColor?: string; - cancelButtonLabel?: string; - cancelButtonColor?: string; - x?: number; - y?: number; - minuteInterval?: number; - popoverArrowDirection?: string; - locale?: string; - } - - export interface IDatePickerService { - show(options?: DatePickerOptions): ng.IPromise; - } -} \ No newline at end of file