This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
AsaJS/src/index.ts

13 lines
470 B
TypeScript

import "./compilers/PreCompile.js"
import "./compilers/ui/builder.js"
import "./compilers/ui/installer.js"
export { Animation } from "./components/Animation.js"
export { AnimationKeyframe } from "./components/AnimationKeyframe.js"
export { ModifyUI, UI } from "./components/UI.js"
export * from "./components/Utils.js"
export * from "./types/enums/index.js"
export * as Properties from "./types/properties/index.js"
export { ItemAuxID } from "./types/enums/Items.js"