winbox-ui-next
Version:
We Design Vue 2.0: A Vue.js 3 UI Library
20 lines (19 loc) • 327 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports[Symbol.toStringTag] = "Module";
const TAG_COLORS = [
"red",
"orangered",
"orange",
"gold",
"lime",
"green",
"cyan",
"blue",
"winboxblue",
"purple",
"pinkpurple",
"magenta",
"gray"
];
exports.TAG_COLORS = TAG_COLORS;