UNPKG

@imbricate/core

Version:

Imbricate Core, Notebook for Engineers

10 lines (9 loc) 225 B
/** * @namespace TextManager * @description Export */ export * from "./base-class/full-feature"; export * from "./base-class/readonly"; export * from "./feature"; export * from "./outcome"; export * from "./text-manager";