UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

9 lines (8 loc) 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FORMAT_RGB = exports.FORMAT_HSB = exports.FORMAT_HEX = void 0; const FORMAT_HEX = exports.FORMAT_HEX = 'hex'; const FORMAT_RGB = exports.FORMAT_RGB = 'rgb'; const FORMAT_HSB = exports.FORMAT_HSB = 'hsb';