type ITooltipPosition = "top" | "bottom" | "left" | "right";
import {ITooltipPosition} from 'uxp/components';
Last updated 1 year ago