File: /var/www/iq.affiliate/node_modules/gsap/types/custom-ease.d.ts
// TODO
declare const CustomEase: any;
declare module "gsap/CustomEase" {
// TODO
export const CustomEase: any;
export { CustomEase as default };
}
declare module "gsap/dist/CustomEase" {
export * from "gsap/CustomEase";
export { CustomEase as default } from "gsap/CustomEase";
}
declare module "gsap/src/CustomEase" {
export * from "gsap/CustomEase";
export { CustomEase as default } from "gsap/CustomEase";
}
declare module "gsap/all" {
export * from "gsap/CustomEase";
}
declare module "gsap-trial/CustomEase" {
// TODO
export const CustomEase: any;
export { CustomEase as default };
}
declare module "gsap-trial/dist/CustomEase" {
export * from "gsap/CustomEase";
export { CustomEase as default } from "gsap/CustomEase";
}
declare module "gsap-trial/src/CustomEase" {
export * from "gsap/CustomEase";
export { CustomEase as default } from "gsap/CustomEase";
}
declare module "gsap-trial/all" {
export * from "gsap/CustomEase";
}