UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

12 lines (11 loc) 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ColorFormat = void 0; var ColorFormat; (function (ColorFormat) { ColorFormat["hex"] = "hex"; ColorFormat["rgb"] = "rgb"; ColorFormat["hsb"] = "hsb"; })(ColorFormat || (exports.ColorFormat = ColorFormat = {}));