CallioText API Reference - v0.0.22
    Preparing search index...

    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,
    > = ...

    这个组件定义一个用来渲染特殊节点的纸张。

    这个组件是否是行内组件。