export const Axis: typeof axis; export const Data: typeof data; export const Ease: typeof ease; export const GLSL: typeof glsl; export const JS: typeof js; export const Pretty: typeof pretty; export const Three: typeof three; export const Ticks: typeof ticks; export const VDOM: typeof vdom; import * as axis from "./axis.js"; import * as data from "./data.js"; import * as ease from "./ease.js"; import * as glsl from "./glsl.js"; import * as js from "./js.js"; import * as pretty from "./pretty.js"; import * as three from "./three.js"; import * as ticks from "./ticks.js"; import * as vdom from "./vdom.js";