type IColorTypes = "rgb" | "prgb" | "hex6" | "hex3" | "hex8" | "hsl" | "hsv"
import {IColorTypes} from 'uxp/components';
Last updated 1 year ago