ITooltipPosition

type ITooltipPosition = "top" | "bottom" | "left" | "right";

Usage

import {ITooltipPosition} from 'uxp/components';

Last updated