Searched refs:getWarningHighlightColor (Results 1 – 4 of 4) sorted by relevance
10 …= exports.getHighlightColor = exports.getDividerColor = exports.getWarningHighlightColor = exports…52 function getWarningHighlightColor(opacity) { function55 exports.getWarningHighlightColor = getWarningHighlightColor;
18 export declare function getWarningHighlightColor(opacity?: number): string;
1 … 119, ${opacity == null ? 1 : opacity})`;\n}\n\nexport function getWarningHighlightColor(opacity?:…
50 export function getWarningHighlightColor(opacity?: number): string { function