?
Current File : /home/sanghavirealty/public_html/node_modulesazwer/tailwindcss/src/util/toColorValue.js
export default function toColorValue(maybeFunction) {
  return typeof maybeFunction === 'function' ? maybeFunction({}) : maybeFunction
}