Skip to content

Commit

Permalink
Merge pull request #552 from renaudcollet/renaudcollet-patch-1
Browse files Browse the repository at this point in the history
Update index.d.ts
  • Loading branch information
vanruesc authored Nov 20, 2023
2 parents 297b4a1 + f46d1df commit 7d83d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7803,8 +7803,8 @@ declare module "postprocessing" {
*
* @type {Number}
*/
get minEdgeThreshold(): boolean;
set minEdgeThreshold(arg: boolean);
get minEdgeThreshold(): number;
set minEdgeThreshold(arg: number);

/**
* The maximum edge detection threshold. Range is [0.0, 1.0].
Expand Down

0 comments on commit 7d83d0a

Please sign in to comment.