UNPKG

@obliczeniowo/elementary

Version:
7 lines (6 loc) 161 B
import { HexColor, HtmlColor } from './colors.types'; export interface Color { hex: HexColor; html: HtmlColor; } export type ColorType = string | Color;