onboardsync-react-native
Version:
Expo SDK for OnboardSync - Remote onboarding configuration platform with A/B testing
11 lines • 337 B
TypeScript
export declare class ColorUtils {
static hexToRgb(hex: string): {
r: number;
g: number;
b: number;
} | null;
static isColorDark(hex: string): boolean;
static isDarkColor(hex: string): boolean;
static getContrastColor(backgroundColor: string): string;
}
//# sourceMappingURL=colorUtils.d.ts.map