chore(build): version bump

This commit is contained in:
moklick
2019-10-23 14:01:21 +02:00
parent 15fb49ea75
commit a05e395256
5 changed files with 149 additions and 2207 deletions

1175
dist/ReactFlow.esm.js vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

1175
dist/ReactFlow.js vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -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;