Skip to content

Commit

Permalink
fix: method to of BoundsApi is not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
tancheanyong committed Nov 23, 2022
1 parent f0184fd commit fd5f2a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Bounds.tsx
Expand Up @@ -14,6 +14,7 @@ export type BoundsApi = {
refresh(object?: THREE.Object3D | THREE.Box3): any
clip(): any
fit(): any
to: ({ position, target }: { position: [number, number, number]; target?: [number, number, number] }) => any
}

export type BoundsProps = JSX.IntrinsicElements['group'] & {
Expand Down

0 comments on commit fd5f2a5

Please sign in to comment.