UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

8 lines (7 loc) 244 B
/** * Given a base color hex will return a function that expects * some given opactiy and returns the base color at that * opacity. */ declare const _default: (base: string) => (opacity: number | string) => string; export default _default;