Skip to content

Commit

Permalink
chore: fix interface export
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed Aug 21, 2024
1 parent c913620 commit 2057a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/3d/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export { FOrbitCamera } from './cameras/FOrbitCamera'

// Types
export { F3dShapes } from './types/F3dShapes'
export { FComponent3dOptions } from './FComponent3d'
export type { FComponent3dOptions } from './FComponent3d'

0 comments on commit 2057a1d

Please sign in to comment.