UNPKG

@brizy/ui

Version:
5 lines (4 loc) 178 B
import { ApplyProperties, Color } from "../types"; export declare const getBorderColor: (border: Color) => ApplyProperties<{ "--brz-ui-field-placeholder-border": string; }>;