fix(svelte): export InternalNode type
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# @xyflow/svelte
|
||||
|
||||
## 0.1.2
|
||||
|
||||
- export `InternalNode` type
|
||||
|
||||
## 0.1.1
|
||||
|
||||
- export `useInternalNode` hook
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user