useNestedEditorContext() function
A hook to get the current NestedEditorsContext value. Use this in your custom editor components.
Signature:
export declare function useNestedEditorContext<T extends Mdast.Content>(): NestedEditorsContextValue<T>;
Returns: