Skip to content

Commit

Permalink
chore: export Overwrite (#2721)
Browse files Browse the repository at this point in the history
  • Loading branch information
krispya committed Jan 19, 2023
1 parent a660cd1 commit 111b4a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/fiber/src/three-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import type * as THREE from 'three'
import type { EventHandlers, InstanceProps, ConstructorRepresentation } from './core'
import type { Mutable, Overwrite } from './core/utils'

export { Overwrite }

interface MathRepresentation {
set(...args: number[]): any
}
Expand Down
1 change: 1 addition & 0 deletions packages/fiber/tests/__snapshots__/index.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Array [
"LoaderReturnType",
"MathType",
"ObjectMap",
"Overwrite",
"Performance",
"Quaternion",
"ReactProps",
Expand Down

0 comments on commit 111b4a5

Please sign in to comment.