expose services when init editor

This commit is contained in:
Yanzhen Yu 2023-06-20 22:43:03 +08:00
parent 2a0b4d9b60
commit 3c79dd7360

View File

@ -152,5 +152,6 @@ export function initSunmaoUIEditor(props: SunmaoUIEditorProps = {}) {
return {
Editor,
registry,
services,
};
}