refactor(reactflow): remove classname from interface

This commit is contained in:
moklick
2020-05-19 18:48:29 +02:00
parent c0390eec79
commit c198d69eec

View File

@@ -45,7 +45,6 @@ export interface ReactFlowProps extends Omit<HTMLAttributes<HTMLDivElement>, 'on
snapGrid: [number, number];
onlyRenderVisibleNodes: boolean;
isInteractive: boolean;
className: string;
}
const ReactFlow = ({