in src/lib/utils/tooltip.ts [318:327]
export function tooltip(
node: HTMLElement,
parameter:
| string
| {
content: string | undefined;
opts?: PositionOptions;
showOn?: 'click' | 'hover' | 'hoverTouch' | 'always';
disabled?: boolean;
}