UNPKG

vira

Version:

A simple and highly versatile design system using element-vir.

7 lines (6 loc) 186 B
export declare enum ColorType { Color = "color", Fill = "fill", Stroke = "stroke" } export declare function extractIconColor(element: Element, colorType: ColorType): string;