/** * Configuration properties for the tooltip used by the text component. * * Only the `placement`, `maxWidth`, and `minWidth` properties from the underlying * `HTMLVegaTooltipElement` are exposed. */ export type VegaTextTooltipProps = Partial< Pick >;