Skip to content

Commit

Permalink
fix: setPlugins return type (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong authored May 20, 2022
1 parent b1673e1 commit 4213597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/examples/jsm/exporters/GLTFExporter.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class GLTFExporter {
export class GLTFWriter {
constructor();

setPlugins(plugins: GLTFExporterPlugin[]);
setPlugins(plugins: GLTFExporterPlugin[]): void;

/**
* Parse scenes and generate GLTF output
Expand Down

0 comments on commit 4213597

Please sign in to comment.