refactor(svelte/react): cleanup exports
This commit is contained in:
@@ -63,6 +63,8 @@
|
||||
sourcePosition={node.sourcePosition}
|
||||
targetPosition={node.targetPosition}
|
||||
dragging={node.dragging}
|
||||
zIndex={node[internalsSymbol]?.z ?? 0}
|
||||
dragHandle={node.dragHandle}
|
||||
{resizeObserver}
|
||||
on:node:click
|
||||
on:node:mouseenter
|
||||
|
||||
@@ -69,7 +69,3 @@ export type SvelteFlowProps = DOMAttributes<HTMLDivElement> & {
|
||||
'on:pane:click'?: CustomEvent;
|
||||
'on:pane:contextmenu'?: CustomEvent;
|
||||
};
|
||||
|
||||
export type SvelteFlowSlots = {
|
||||
default: { slotValue: string };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user