mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Merge pull request #9393 from zspitz/MSActiveXExtensions
Ms active x extensions
This commit is contained in:
Vendored
+10
@@ -276,3 +276,13 @@ interface VBArrayConstructor {
|
||||
}
|
||||
|
||||
declare var VBArray: VBArrayConstructor;
|
||||
|
||||
/**
|
||||
* Automation date (VT_DATE)
|
||||
*/
|
||||
interface VarDate { }
|
||||
|
||||
interface DateConstructor {
|
||||
new (vd: VarDate): Date;
|
||||
getVarDate: () => VarDate;
|
||||
}
|
||||
Reference in New Issue
Block a user