3 lines
157 B
TypeScript
3 lines
157 B
TypeScript
import CherryEngine, { MenuHookBase, SyntaxHookBase } from "./types/index.engine.core";
|
|
export { MenuHookBase, SyntaxHookBase };
|
|
export default CherryEngine; |