binding compiler

This commit is contained in:
Asaki Yuki 2026-01-07 10:46:18 +07:00
parent bb9b300d6f
commit 4d5f81f7e5
8 changed files with 188 additions and 15 deletions

View file

@ -1,9 +1,10 @@
import "./compilers/PreCompile.js"
import "./compilers/RunEnd.js"
export * from "./components/Animation.js"
export * from "./components/UI.js"
export { Animation } from "./components/Animation.js"
export * from "./components/Utils.js"
export * from "./types/enums/index.js"
export * from "./compilers/bindings/index.js"
export * as Properties from "./types/properties/index.js"