mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-11 19:09:04 +08:00
39 lines
1.2 KiB
TypeScript
39 lines
1.2 KiB
TypeScript
// Type definitions for D3JS d3 standard bundle 4.10
|
|
// Project: https://github.com/d3/d3
|
|
// Definitions by: Tom Wanzek <https://github.com/tomwanzek>, Alex Ford <https://github.com/gustavderdrache>, Boris Yankov <https://github.com/borisyankov>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export as namespace d3;
|
|
|
|
export const version: string;
|
|
export * from 'd3-array';
|
|
export * from 'd3-axis';
|
|
export * from 'd3-brush';
|
|
export * from 'd3-chord';
|
|
export * from 'd3-collection';
|
|
export * from 'd3-color';
|
|
export * from 'd3-dispatch';
|
|
export * from 'd3-drag';
|
|
export * from 'd3-dsv';
|
|
export * from 'd3-ease';
|
|
export * from 'd3-force';
|
|
export * from 'd3-format';
|
|
export * from 'd3-geo';
|
|
export * from 'd3-hierarchy';
|
|
export * from 'd3-interpolate';
|
|
export * from 'd3-path';
|
|
export * from 'd3-polygon';
|
|
export * from 'd3-quadtree';
|
|
export * from 'd3-queue';
|
|
export * from 'd3-random';
|
|
export * from 'd3-request';
|
|
export * from 'd3-scale';
|
|
export * from 'd3-selection';
|
|
export * from 'd3-shape';
|
|
export * from 'd3-time';
|
|
export * from 'd3-time-format';
|
|
export * from 'd3-timer';
|
|
export * from 'd3-transition';
|
|
export * from 'd3-voronoi';
|
|
export * from 'd3-zoom';
|