UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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