UNPKG

727 BTypeScriptView Raw
1export * from "./network/Network";
2import * as gephiParser from "./network/gephiParser";
3export declare const network: {
4 Images: any;
5 dotparser: any;
6 gephiParser: typeof gephiParser;
7 allOptions: any;
8 convertDot: any;
9 convertGephi: typeof gephiParser.parseGephi;
10};
11import * as DOMutil from "./DOMutil";
12export { DOMutil };
13import * as util from "vis-util";
14export { util };
15import * as data from "vis-data";
16export { data };
17export { DataSet, DataView, Queue } from "vis-data";
18import * as moment from "./module/moment";
19export { moment };
20import * as Hammer from "./module/hammer";
21export { Hammer };
22import * as keycharm from "keycharm";
23export { keycharm };
24//# sourceMappingURL=index-legacy.d.ts.map
\No newline at end of file