File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ Each function takes an options object, as follows:
8989
9090``` js
9191import cytoscape from ' cytoscape' ;
92- import popper from ' cytoscape-popper' ;
92+ import cytoscapePopper from ' cytoscape-popper' ;
9393import {computePosition } from ' @floating-ui/dom' ;
9494
9595function popperFactory (ref , content , opts ) {
@@ -250,7 +250,7 @@ See popperFactory examples to save backward-compatibility with v2
250250
251251## Typescript
252252
253- This extension export empty ` PopperInstance ` and ` PopperOptions ` interfaces allows to extend them according to the final Popper implementation.
253+ This extension exports empty ` PopperInstance ` and ` PopperOptions ` interfaces allows to extend them according to the final Popper implementation.
254254
255255` @floating-ui ` example:
256256``` ts
You can’t perform that action at this time.
0 commit comments