UNPKG

gsap-trial

Version:

*** IMPORTANT *** This package is deprecated in favor of the standard 'gsap' package which now includes all bonus plugins. *** DO NOT DEPLOY THESE FILES *** They only work locally or on domains like codepen.io, codesandbox.io, stackblitz.com and jsfiddle.

45 lines (34 loc) 975 B
// 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"; }