Skip to content

Type Alias: HintHook ​

ts
type HintHook = (element, hint, opts) => void;

Parameters ​

ParameterType
elementElement
hintDriverHint
opts{ config: HintsConfig; hints: Hints; }
opts.configHintsConfig
opts.hintsHints

Returns ​

void

Released under the MIT License.