mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-01 03:20:46 +08:00
Merge pull request #19290 from heatherbooker/allow-date
bootstrap.timepicker: add Date as defaultTime option
This commit is contained in:
4
types/bootstrap.timepicker/index.d.ts
vendored
4
types/bootstrap.timepicker/index.d.ts
vendored
@@ -1,13 +1,13 @@
|
||||
// Type definitions for bootstrap.timepicker
|
||||
// Project: https://github.com/jdewit/bootstrap-timepicker
|
||||
// Definitions by: derikwhittaker <https://github.com/derikwhittaker>
|
||||
// Definitions by: derikwhittaker <https://github.com/derikwhittaker>, Heather Booker <https://github.com/heatherbooker>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
/// <reference types="jquery"/>
|
||||
|
||||
interface TimepickerOptions {
|
||||
defaultTime?: string|boolean;
|
||||
defaultTime?: string|boolean|Date;
|
||||
disableFocus?: boolean;
|
||||
disableMousewheel?: boolean;
|
||||
explicitMode?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user