UNPKG

carbon-react

Version:

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

5 lines (4 loc) 259 B
import type { ThemeObject } from "../themes/theme.types"; export declare const toColor: (theme: ThemeObject, color: string) => string; declare const _default: ({ color, bg, backgroundColor, ...rest }: Record<string, unknown>) => any; export default _default;