Files
swiftadmin/public/static/js/markdown/cherry-markdown.engine.core.d.ts
2022-08-19 19:48:37 +08:00

3 lines
157 B
TypeScript

import CherryEngine, { MenuHookBase, SyntaxHookBase } from "./types/index.engine.core";
export { MenuHookBase, SyntaxHookBase };
export default CherryEngine;