We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac46439 commit f2d18beCopy full SHA for f2d18be
src/packages/react-force-graph-3d/index.d.ts
@@ -151,7 +151,7 @@ export interface ForceGraphMethods<
151
zoomToFit(durationMs?: number, padding?: number, nodeFilter?: (node: NodeObject<NodeType>) => boolean): ForceGraphKapsuleInstance;
152
postProcessingComposer(): EffectComposer;
153
lights(): Light[];
154
- lights(lights: Light[]): ChainableInstance;
+ lights(lights: Light[]): ForceGraphKapsuleInstance;
155
scene(): Scene;
156
camera(): Camera;
157
renderer(): WebGLRenderer;
0 commit comments