chore: cleanup exports
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -40,7 +40,8 @@
|
||||
"import": "./dist/vue-flow-core.mjs",
|
||||
"require": "./dist/vue-flow-core.js"
|
||||
},
|
||||
"./dist/*.css": "./dist/*.css"
|
||||
"./dist/style.css": "./dist/style.css",
|
||||
"./dist/theme-default.css": "./dist/theme-default.css"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
||||
Vendored
-1
@@ -102,7 +102,6 @@ declare global {
|
||||
const getStraightPath: typeof import('./components/Edges/utils/straight')['getStraightPath']
|
||||
const getTransformForBounds: typeof import('./utils/graph')['getTransformForBounds']
|
||||
const getXYZPos: typeof import('./utils/graph')['getXYZPos']
|
||||
const graphPosToZoomedPos: typeof import('./utils/graph')['graphPosToZoomedPos']
|
||||
const groupEdgesByZLevel: typeof import('./utils/edge')['groupEdgesByZLevel']
|
||||
const h: typeof import('vue')['h']
|
||||
const handleNodeClick: typeof import('./utils/node')['handleNodeClick']
|
||||
|
||||
Reference in New Issue
Block a user