mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
expand pikaday definitions to include ranges
This commit is contained in:
Vendored
+4
@@ -39,6 +39,10 @@ declare class Pikaday {
|
||||
|
||||
setMaxDate(date:Date):void;
|
||||
|
||||
setEndRange(date:Date):void;
|
||||
|
||||
setStartRange(date:Date):void;
|
||||
|
||||
isVisible():boolean;
|
||||
|
||||
show():void;
|
||||
|
||||
Reference in New Issue
Block a user