UNPKG

@hailer-oy/birds-eye

Version:

This component library directory contains all the react components for Hailer Bird's Eye! Developing these componets happens [here](https://github.com/KvanttoriOy/birds-eye/tree/master/birds-eye-components), only copy your changes in lib from there to src

9 lines (8 loc) 238 B
import * as d3 from 'd3'; /** * Implements zoom and pan into the chart. * * @author Juhana Kuparinen <juhana.kuparinen@kvanttori.fi> */ declare const zoom: (svg: any) => d3.ZoomBehavior<Element, unknown>; export default zoom;