kute.js/types/interface/allTo.d.ts
thednp e5456b86e9 Changes:
* added a more consistent Typescript generate tsconfig.json
* in regards to Typescript, all internals/externals well defined
2021-11-13 18:51:59 +02:00

3 lines
155 B
TypeScript

export default function allTo(elements: any, endObject: any, optionsObj: any): TweenCollection;
import TweenCollection from "../tween/tweenCollection.js";