UNPKG

@brizy/ui

Version:
5 lines (4 loc) 179 B
import { ApplyProperties, Color } from "../types"; export declare const getColor: (color?: Color) => ApplyProperties<{ "--brz-ui-popover-background"?: string; }> | undefined;