/** * Configuration properties for the tooltip used by the text component. * * Only the `placement` property from the underlying * `HTMLVegaTooltipElement` is exposed. */ export type VegaTextTooltipProps = Partial>;