<Editor.Outline>
Render an interactive outline of the current data payload when composing a custom React Editor UI.
Interactive Demo
import { Editor } from "@reacteditor/core";
export function Editor() {
return (
<Editor>
<Editor.Outline />
</Editor>
);
}Props
This component doesn’t accept any props.