import { GhanttTimelineScale } from './types'; import { GhanttTimelineSlot } from './ganttTimeline'; /** * Posición horizontal en px sobre el contenido scrollable (origen = inicio del primer slot), * alineada a la misma rejilla que `GhanttSlotStrip` / cabecera. */ export declare function ghanttContentPixelToAnchorMs(slots: readonly GhanttTimelineSlot[], scale: GhanttTimelineScale, slotWidthPx: number, contentPixel: number): number | null; export declare function ghanttAnchorMsToContentPixel(slots: readonly GhanttTimelineSlot[], scale: GhanttTimelineScale, slotWidthPx: number, anchorMs: number): number | null; //# sourceMappingURL=ghanttZoomAnchor.d.ts.map