IPosition

type IPosition = "left" | "right";

Usage

import {IPosition} from 'uxp/components';

Last updated