mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
add explicit references
This commit is contained in:
Vendored
+3
@@ -3,6 +3,9 @@
|
||||
// Definitions by: VILIC VANE <https://vilic.github.io/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="Core.d.ts" />
|
||||
/// <reference path="Ease.d.ts" />
|
||||
|
||||
declare class TweenLite {
|
||||
constructor(target: any, duration: number, vars: any);
|
||||
|
||||
|
||||
+3
-1
@@ -1,4 +1,6 @@
|
||||
var tween = TweenLite
|
||||
/// <reference path="TweenLite.d.ts" />
|
||||
|
||||
var tween = TweenLite
|
||||
.to(document.getElementById('some-div'), 1, {
|
||||
width: '200px',
|
||||
height: '200px'
|
||||
|
||||
Reference in New Issue
Block a user