refactor(reactflow): remove classname from interface
This commit is contained in:
@@ -45,7 +45,6 @@ export interface ReactFlowProps extends Omit<HTMLAttributes<HTMLDivElement>, 'on
|
||||
snapGrid: [number, number];
|
||||
onlyRenderVisibleNodes: boolean;
|
||||
isInteractive: boolean;
|
||||
className: string;
|
||||
}
|
||||
|
||||
const ReactFlow = ({
|
||||
|
||||
Reference in New Issue
Block a user