type IColorPickerPosition = 'left' | 'right'
import {IColorPickerPosition} from 'uxp/components';
Last updated 1 year ago