IColorTypes

type IColorTypes = "rgb" | "prgb" | "hex6" | "hex3" | "hex8" | "hsl" | "hsv"

Usage

import {IColorTypes} from 'uxp/components';

Last updated