UNPKG

@hitachivantara/uikit-react-core

Version:

Core React components for the NEXT Design System.

6 lines (5 loc) 251 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const styles = require("@mui/material/styles"); const hexToRgbA = (hex, factor = 0.8) => styles.alpha(styles.hexToRgb(hex), factor); exports.hexToRgbA = hexToRgbA;