Function: useHints()
ts
function useHints(config?): UseHintsReturn;Creates a hints instance bound to the current component: a reactive hints list is re-applied on change and the beacons are hidden when the component unmounts.
ts
const { show } = useHints({ hints })Parameters
| Parameter | Type |
|---|---|
config | MaybeRefOrGetter<HintsConfig> |