dk-plus
Version:
50 lines (49 loc) • 767 B
JavaScript
const t = ["large", "medium", "small", "mini"], e = [
"primary",
"success",
"info",
"warning",
"danger",
"default"
], n = {
default: "#f0f0f0",
primary: "#409eff",
success: "#67c23a",
info: "#909399",
warning: "#e6a23c",
danger: "#f56c6c"
}, r = ["_blank", "_self", "_parent", "_top"], a = [
"center",
"end",
"flex-end",
"flex-start",
"inherit",
"initial",
"left",
"normal",
"revert",
"right",
"space-around",
"space-between",
"space-evenly",
"start",
"stretch",
"unset"
], o = [
"top",
"bottom",
"left",
"right",
"top-left",
"top-right",
"bottom-left",
"bottom-right"
];
export {
a as DK_JUSTIFY,
o as DK_PLACEMENT,
t as DK_SIZE,
r as DK_TARGET,
e as DK_TYPE,
n as DK_TYPE_COLOR
};