fix(svelte): export InternalNode type

This commit is contained in:
moklick
2024-05-06 14:00:33 +02:00
parent 181a94d125
commit 9cf09651a6
3 changed files with 13 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# @xyflow/svelte
## 0.1.2
- export `InternalNode` type
## 0.1.1
- export `useInternalNode` hook
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@xyflow/svelte",
"version": "0.1.1",
"version": "0.1.2",
"description": "Svelte Flow - A highly customizable Svelte library for building node-based editors, workflow systems, diagrams and more.",
"keywords": [
"svelte",
+8 -1
View File
@@ -47,7 +47,14 @@ export type {
DefaultEdgeOptions
} from '$lib/types/edges';
export type { HandleComponentProps, FitViewOptions } from '$lib/types/general';
export type { Node, NodeTypes, DefaultNodeOptions, BuiltInNode, NodeProps } from '$lib/types/nodes';
export type {
Node,
NodeTypes,
DefaultNodeOptions,
BuiltInNode,
NodeProps,
InternalNode
} from '$lib/types/nodes';
export type { SvelteFlowStore } from '$lib/store/types';
// system types