Skip to content
Snippets Groups Projects
Commit 1b19e263 authored by Jean-Clement Gallardo's avatar Jean-Clement Gallardo
Browse files

Config index.ts for build

parent 2d4ed48a
No related branches found
No related tags found
No related merge requests found
dist
node_modules
public/features.config.json
\ No newline at end of file
public
\ No newline at end of file
import VizTool from "./components/VizTool.vue";
export { VizTool };
\ No newline at end of file
import VizTool from "./components/VizTool.vue";
import { importNetworkFromFile, importNetworkFromURL } from "@metabohub/viz-core";
import { callbackFunction } from "./composables/utilities/UseDataTest";
import type { Network, GraphStyleProperties } from "@metabohub/viz-core/dist/types/index";
export { VizTool, importNetworkFromFile, importNetworkFromURL, callbackFunction, Network, GraphStyleProperties };
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment