Sanity Library Reference Docs
    Preparing search index...

    Interface ModalOptions

    interface ModalOptions {
        type?: "popover" | "dialog";
        width?: 2 | "auto" | 1 | 3 | 4 | 5 | (2 | "auto" | 1 | 3 | 4 | 5)[];
    }
    Index

    Properties

    Properties

    type?: "popover" | "dialog"
    width?: 2 | "auto" | 1 | 3 | 4 | 5 | (2 | "auto" | 1 | 3 | 4 | 5)[]