Solution
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
import * as _d3 from "d3";
|
||||
import * as _topojson from "topojson";
|
||||
|
||||
declare global {
|
||||
const d3: typeof _d3;
|
||||
const topojson: typeof _topojson;
|
||||
}
|
||||
|
||||
declare global {
|
||||
const d3: typeof _d3;
|
||||
const topojson: typeof _topojson;
|
||||
}
|
||||
Reference in New Issue
Block a user