UNPKG

wotsui-api

Version:

WotsUI API Classes and Utils

7 lines 353 B
export { default as ClassManager } from "./ClassManager/main"; export * from "./ClassManager/types"; export { default as IntersectionManager } from "./IntersectionManager/main"; export * from "./IntersectionManager/types"; export { default as Typewriter } from "./Typewriter/main"; export * from "./Typewriter/types"; //# sourceMappingURL=index.d.ts.map