chore(build): version bump
This commit is contained in:
1175
dist/ReactFlow.esm.js
vendored
1175
dist/ReactFlow.esm.js
vendored
File diff suppressed because it is too large
Load Diff
2
dist/ReactFlow.esm.js.map
vendored
2
dist/ReactFlow.esm.js.map
vendored
File diff suppressed because one or more lines are too long
1175
dist/ReactFlow.js
vendored
1175
dist/ReactFlow.js
vendored
File diff suppressed because it is too large
Load Diff
2
dist/ReactFlow.js.map
vendored
2
dist/ReactFlow.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/container/EdgeRenderer/index.d.ts
vendored
2
dist/container/EdgeRenderer/index.d.ts
vendored
@@ -7,5 +7,5 @@ interface EdgeRendererProps {
|
||||
connectionLineType?: string;
|
||||
onElementClick?: () => void;
|
||||
}
|
||||
declare const EdgeRenderer: React.MemoExoticComponent<({ width, height, connectionLineStyle, connectionLineType, ...rest }: EdgeRendererProps) => JSX.Element | null>;
|
||||
declare const EdgeRenderer: React.MemoExoticComponent<(props: EdgeRendererProps) => JSX.Element | null>;
|
||||
export default EdgeRenderer;
|
||||
|
||||
Reference in New Issue
Block a user