mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
10 lines
338 B
TypeScript
10 lines
338 B
TypeScript
import * as d3 from 'd3';
|
|
|
|
// TODO: complete tests. Note the tests here should be limited to
|
|
// testing existence of re-exported members of the
|
|
// constituent modules comprising the D3 version 4 standard bundle
|
|
|
|
// Ability to access d3-select related properties
|
|
|
|
const d: d3.Selection<HTMLElement, any, null, undefined> = d3.selection();
|