chore(tests) added README and added plugins to generic tests
This commit is contained in:
Vendored
+5
-1
@@ -1,7 +1,11 @@
|
||||
import { Edge, Node, ReactFlowProps } from '@xyflow/react';
|
||||
import { BackgroundProps, ControlProps, Edge, MiniMapProps, Node, PanelProps, ReactFlowProps } from '@xyflow/react';
|
||||
|
||||
declare global {
|
||||
interface FlowConfig {
|
||||
flowProps: Omit<ReactFlowProps, 'nodes' | 'edges'> & { nodes: Node[]; edges: Edge[] };
|
||||
panelProps: PanelProps;
|
||||
backgroundProps: BackgroundProps;
|
||||
controlsProps: ControlProps;
|
||||
minimapProps: MiniMapProps;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user