UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

35 lines (34 loc) 721 B
import blue 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, cyan, geekblue, gold, gray, green, lime, magenta, orange, primary, purple, red, volcano, yellow }; //#endregion export { colorScales }; //# sourceMappingURL=index.mjs.map