@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
35 lines (34 loc) • 894 B
JavaScript
import blueGeekblueMix from "./blue.mjs";
import cyan from "./cyan.mjs";
import geekblue from "./geekblue.mjs";
import gold from "./gold.mjs";
import gray from "./gray.mjs";
import green from "./green.mjs";
import lime from "./lime.mjs";
import magenta from "./magenta.mjs";
import orange from "./orange.mjs";
import primary from "./primary.mjs";
import purple from "./purple.mjs";
import red from "./red.mjs";
import volcano from "./volcano.mjs";
import yellow from "./yellow.mjs";
//#region src/color/colors/index.ts
const colorScales = {
blue: blueGeekblueMix,
cyan,
geekblue,
gold,
gray,
green,
lime,
magenta,
orange,
primary,
purple,
red,
volcano,
yellow
};
//#endregion
export { blueGeekblueMix as blue, colorScales, colorScales as colors, cyan, geekblue, gold, gray, green, lime, magenta, orange, primary, purple, red, volcano, yellow };
//# sourceMappingURL=index.mjs.map