type IPopoverPosition = "top" | "bottom" | "left" | "right";
import {IPopoverPosition} from 'uxp/components';
Last updated 12 months ago