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