chore(tests) added README and added plugins to generic tests
This commit is contained in:
Vendored
+13
-1
@@ -1,6 +1,14 @@
|
||||
// See https://kit.svelte.dev/docs/types#app
|
||||
|
||||
import type { Edge, Node, SvelteFlowProps } from '@xyflow/svelte';
|
||||
import type {
|
||||
BackgroundProps,
|
||||
Edge,
|
||||
MiniMap,
|
||||
MiniMapProps,
|
||||
Node,
|
||||
PanelProps,
|
||||
SvelteFlowProps
|
||||
} from '@xyflow/svelte';
|
||||
|
||||
// for information about these interfaces
|
||||
declare global {
|
||||
@@ -13,6 +21,10 @@ declare global {
|
||||
|
||||
interface FlowConfig {
|
||||
flowProps: Omit<SvelteFlowProps, 'nodes' | 'edges'> & { nodes: Node[]; edges: Edge[] };
|
||||
panelProps: PanelProps;
|
||||
backgroundProps: BackgroundProps;
|
||||
controlsProps: ControlsProps;
|
||||
minimapProps: MiniMapProps;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user