UNPKG

@brizy/ui

Version:
5 lines (4 loc) 179 B
import { ApplyProperties, Color } from "../types"; export declare const getColorStyles: (color: Color) => ApplyProperties<{ "--brz-ui-nav-list-btn-wrapper-color": string; }>;