UNPKG

@aurigma/design-atoms

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

6 lines (5 loc) 224 B
import { LabColor } from "@aurigma/design-atoms-model"; import { ILabColorParser } from "./IColorParser"; export declare class LabColorParser implements ILabColorParser { parse(colorString: any): LabColor | null; }