UNPKG

@brizy/ui

Version:
5 lines (4 loc) 234 B
import { ApplyProperties } from "../types"; export declare const getArrowHoverColor: (value: boolean, theme?: "dark" | "light" | "gray") => ApplyProperties<{ "--brz-ui-rich-text-arrow-hover": string; } | Record<string, unknown>>;