@nova-ui/bits
Version:
SolarWinds Nova Framework
9 lines (8 loc) • 337 B
TypeScript
import * as i0 from "@angular/core";
export declare class ColorService {
RGBToHexRGBToHex(rgbColor: string): string;
isHEX(hexColor: string): boolean;
colorKeywordsToHex(color: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<ColorService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ColorService>;
}