mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Type definitions for Bootstrap datetimepicker v3
|
||||
// Type definitions for Bootstrap datetimepicker v3
|
||||
// Project: http://eonasdan.github.io/bootstrap-datetimepicker
|
||||
// Definitions by: Jesica N. Fera <https://github.com/bayitajesi>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@@ -12,7 +12,7 @@
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
/// <reference path="../moment/moment.d.ts"/>
|
||||
|
||||
declare module BootstrapV3DatetimePicker {
|
||||
declare namespace BootstrapV3DatetimePicker {
|
||||
interface DatetimepickerChangeEventObject extends DatetimepickerEventObject {
|
||||
oldDate: moment.Moment;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user