Sanity Library Reference Docs
    Preparing search index...

    Interface DocumentActionPopoverDialogPropsBeta

    interface DocumentActionPopoverDialogProps {
        content: ReactNode;
        onClose: () => void;
        type: "popover";
    }
    Index

    Properties

    Properties

    content: ReactNode
    onClose: () => void
    type: "popover"