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