UNPKG

xtreme-ui

Version:

Collection of reusable components that can be used in web projects

5 lines 328 B
import { TThemeColor } from '../../components/context/Theme/types'; export declare const guessClosestColorName: (color: TThemeColor) => any; export declare function getColorLabel(c?: TThemeColor): string | undefined; export declare const isValidThemeColor: (c?: TThemeColor) => boolean; //# sourceMappingURL=colorHelper.d.ts.map