Skip to content

Commit f2d18be

Browse files
committed
1 parent ac46439 commit f2d18be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/react-force-graph-3d/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export interface ForceGraphMethods<
151151
zoomToFit(durationMs?: number, padding?: number, nodeFilter?: (node: NodeObject<NodeType>) => boolean): ForceGraphKapsuleInstance;
152152
postProcessingComposer(): EffectComposer;
153153
lights(): Light[];
154-
lights(lights: Light[]): ChainableInstance;
154+
lights(lights: Light[]): ForceGraphKapsuleInstance;
155155
scene(): Scene;
156156
camera(): Camera;
157157
renderer(): WebGLRenderer;

0 commit comments

Comments
 (0)