diff --git a/src/marks/tip.d.ts b/src/marks/tip.d.ts index 906051820c..510e1f9cd7 100644 --- a/src/marks/tip.d.ts +++ b/src/marks/tip.d.ts @@ -1,9 +1,10 @@ +import {PointerOptions} from "../interactions/pointer.js"; import type {ChannelName, ChannelValueSpec} from "../channel.js"; import type {Data, FrameAnchor, MarkOptions, RenderableMark} from "../mark.js"; import type {TextStyles} from "./text.js"; /** Options for the tip mark. */ -export interface TipOptions extends MarkOptions, TextStyles { +export interface TipOptions extends MarkOptions, TextStyles, PointerOptions { /** * The horizontal position channel specifying the tip’s anchor, typically * bound to the *x* scale.