React Popup Types

dxOverlayAnimation

Configures UI component visibility animations. This object contains two fields: show and hide.

import { OverlayTypes } from "devextreme-react/overlay"

dxPopupAnimation

import { PopupTypes } from "devextreme-react/popup"

ToolbarLocation

Specifies whether the item is displayed on a top or bottom toolbar.

Accepted Values: 'bottom' | 'top'