Sanity Library Reference Docs
    Preparing search index...

    Interface DocumentActionCustomDialogComponentPropsBeta

    interface DocumentActionCustomDialogComponentProps {
        component: ReactNode;
        type: "custom";
    }
    Index

    Properties

    Properties

    component: ReactNode
    type: "custom"