/** * Some plugins are available to provide common functionality out of the box * * @module plugins * @preferred */ /** * woo */ export { ClickPan } from "./plugins/ClickPan"; export { ScrollZoom } from "./plugins/ScrollZoom";