mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
16 lines
600 B
TypeScript
16 lines
600 B
TypeScript
// Type definitions for GSAP 1.19
|
|
// Project: http://greensock.com/
|
|
// Definitions by: VILIC VANE <https://vilic.github.io/>, Robert S <https://github.com/codebelt>, Richard Fox <https://github.com/ProbablePrime>, Philip Bulley <https://github.com/philipbulley>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
/// <reference path="Animation.d.ts"/>
|
|
/// <reference path="Ease.d.ts"/>
|
|
/// <reference path="TweenConfig.d.ts"/>
|
|
/// <reference path="Tween.d.ts"/>
|
|
/// <reference path="Timeline.d.ts"/>
|
|
/// <reference path="Plugins.d.ts"/>
|
|
|
|
declare module 'gsap' {
|
|
export = gsap;
|
|
}
|