Easy Email Pro Editor
hooks
useEditorProps
const useEditorProps: () => EmailEditorProps;
useSelectedNode
const useSelectedNode: <T extends Element>() => {
selectedNode: T | undefined;
selectedNodePath: import("slate").Path | null;
setSelectedNodePath: (path?: import("slate").Path | null | undefined) => void;
};