UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

8 lines (7 loc) 278 B
import { Color } from "@lib/colors"; export declare const getHighlightStyles: (highlightAll: boolean, key?: string, keysToHighlight?: string[], highlightColor?: Color) => { className?: string | undefined; style?: { backgroundColor: string; } | undefined; };