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