Merge branch 'main' into migrate/svelte5
This commit is contained in:
@@ -42,7 +42,9 @@ export type NodeTypes = Record<
|
||||
|
||||
export type DefaultNodeOptions = Partial<Omit<Node, 'id'>>;
|
||||
|
||||
export type BuiltInNode = Node<{ label: string }, 'input' | 'output' | 'default'>;
|
||||
export type BuiltInNode =
|
||||
| Node<{ label: string }, 'input' | 'output' | 'default'>
|
||||
| Node<Record<string, never>, 'group'>;
|
||||
|
||||
// TODO SVELTE5 remove this
|
||||
export type NodeEventMap = {
|
||||
|
||||
Reference in New Issue
Block a user