@itwin/core-react
Version:
A react component library of iTwin.js UI general purpose components
17 lines • 510 B
TypeScript
/** Enum to specify where a [[ContextMenu]] should anchor to its parent element
* @public
* @deprecated in 4.16.0. Enum used in a deprecated {@link ContextMenu} component.
*/
export declare enum ContextMenuDirection {
None = "",
TopLeft = "top left",
Top = "top",
TopRight = "top right",
Left = "left",
Center = "center",
Right = "right",
BottomLeft = "bottom left",
Bottom = "bottom",
BottomRight = "bottom right"
}
//# sourceMappingURL=ContextMenuDirection.d.ts.map