UNPKG

188 BJavaScriptView Raw
1import {
2 event,
3 select,
4 selectAll
5} from "d3-selection";
6
7import "d3-selection-multi";
8
9export default {
10 get event() { return event; },
11 select: select,
12 selectAll: selectAll
13};