I'm migrating one of my project using vis-network from JS to TS. I'm currently using /standalone export but typing seems wrong.
import {
Network,
type IdType,
type DataInterfaceNodes,
type DataInterfaceEdges
} from "vis-network/standalone";
Produce error such as Module '"vis-network/standalone"' has no exported member 'Network'
Which is quite weird because it compile and work well. I also tested /esnext but same.
I'm missing something ?
Version:
vis-network: 10.0.2
vis-data: 8.0.3
I'm migrating one of my project using vis-network from JS to TS. I'm currently using
/standaloneexport but typing seems wrong.Produce error such as
Module '"vis-network/standalone"' has no exported member 'Network'Which is quite weird because it compile and work well. I also tested /esnext but same.
I'm missing something ?
Version:
vis-network: 10.0.2
vis-data: 8.0.3