interface PopperStyle {
    anchorElement?: null | HTMLElement;
    anchorPosition?: PositionStyle;
    anchorReference?: "anchorEl" | "anchorPosition";
    disableDraggable?: boolean;
    modifiers?: object;
    placement?: PopperPlacementType;
}

Properties

anchorElement?: null | HTMLElement
anchorPosition?: PositionStyle
anchorReference?: "anchorEl" | "anchorPosition"
disableDraggable?: boolean
modifiers?: object