UNPKG

@anoki/fse-ui

Version:

FSE UI components library

6 lines (5 loc) 225 B
const t = ["bg", "text", "color", "border"], e = (o) => t.map((r) => o[r] ? r === "color" ? `text-${o[r]}` : `${r}-${o[r]}` : "").filter(Boolean); export { e as createColorClasses }; //# sourceMappingURL=index.es274.js.map