UNPKG

ngx-colors

Version:

A beautiful color picker for angular that let you choose from a color palette, using sliders (Hue, Lightness, Alpha sliders) or through text input(hex, rgba, hsla)

4 lines (3 loc) 201 B
import { ColorFormats } from '../enums/formats'; export declare function isDescendantOrSame(nodeParent: any, nodeTarget: any): boolean; export declare function getFormat(format: string): ColorFormats;