Skip to content

Commit

Permalink
Merge pull request #22 from Arize-ai/publish-onStart-and-onChange
Browse files Browse the repository at this point in the history
expose onStart and onChange props on two and three dimensionalControls
  • Loading branch information
davidgmonical committed May 2, 2023
2 parents 73744e4 + 0e9681b commit f4e8473
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arizeai/point-cloud",
"version": "2.1.6",
"version": "2.1.7",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export type CameraInitProps = {
*/
type ControlPassthroughProps = Pick<
React.ComponentProps<typeof OrbitControls>,
'onEnd' | 'domElement'
'onStart' | 'onChange' | 'onEnd' | 'domElement'
>;

/**
Expand Down

0 comments on commit f4e8473

Please sign in to comment.