Variable EditorComponentPaperConst
EditorComponentPaper: MemoExoticComponent<
(
props: PaperOwnProps & CommonProps & Omit<
DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
| "children"
| "className"
| "style"
| "classes"
| "sx"
| "variant"
| "elevation"
| "square",
> & { component?: ElementType<any, (keyof IntrinsicElements)> } & {
is_inline?: boolean;
},
) => Element,
> = ...
这个组件定义一个用来渲染特殊节点的纸张。