import { AxisPointerComponentOption } from '../components/type'; export interface AxisPointerContext { update: (data: AxisPointerComponentOption) => void; }