UNPKG

maz-ui

Version:

A standalone components library for Vue.Js 3 & Nuxt.Js 3

7 lines (6 loc) 110 B
function getColor(color) { return color === "background" ? "surface" : color; } export { getColor as g };