Sanity Library Reference Docs
    Preparing search index...

    Interface PortableTextPluginsPropsBeta

    Props for rendering Portable Text plugins

    interface PortableTextPluginsProps {
        plugins: { markdown: { config: MarkdownPluginConfig } };
        renderDefault: (props: PortableTextPluginsProps) => Element;
    }
    Index

    Properties

    plugins: { markdown: { config: MarkdownPluginConfig } }
    renderDefault: (props: PortableTextPluginsProps) => Element