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

8 lines
208 B
TypeScript

export default Components;
declare namespace Components {
const Transform: Animation;
const BoxModel: Animation;
const Opacity: Animation;
}
import Animation from "../animation/animationBase.js";