UNPKG

@brizy/ui

Version:
4 lines (3 loc) 169 B
import { Color } from "../types"; export declare const getHexByColorType: (color: Color) => string; export declare const getFilterByColorType: (color: Color) => string;