Skip to content

Commit

Permalink
fix(modeling): add missing extrudeHelical typing definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Loosetooth authored Jun 27, 2023
1 parent e1e20d1 commit 7f5f8e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/modeling/src/operations/extrusions/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export { default as extrudeFromSlices, ExtrudeFromSlicesOptions } from './extrud
export { default as extrudeLinear, ExtrudeLinearOptions } from './extrudeLinear'
export { default as extrudeRectangular, ExtrudeRectangularOptions } from './extrudeRectangular'
export { default as extrudeRotate, ExtrudeRotateOptions } from './extrudeRotate'
export { default as extrudeHelical, ExtrudeHelicalOptions } from './extrudeHelical'
export { default as project, ProjectOptions } from './project'
export * as slice from './slice'

Expand Down

0 comments on commit 7f5f8e1

Please sign in to comment.