/** * The delta is positive while zooming in, negative while zooming out */ export type TrackpadZoomHandler = (delta: number) => void; export declare function useTrackpadZoom(handler: TrackpadZoomHandler): void; //# sourceMappingURL=use-trackpad-zoom.d.ts.map