UNPKG

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