kute.js/types/animation/animation.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

5 lines
113 B
TypeScript

export default class Animation {
constructor(Component: any);
setComponent(Component: any): Animation;
}