Skip to content

Commit

Permalink
Export types separately, see phetsims/chipper#1156
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 27, 2021
1 parent 53df140 commit e9cc113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/Body.ts
Original file line number Diff line number Diff line change
Expand Up @@ -613,5 +613,5 @@ const BodyIO = new IOType( 'BodyIO', {
Body.BodyIO = BodyIO;

gravityAndOrbits.register( 'Body', Body );
export { BodyOptions };
export type { BodyOptions };
export default Body;

0 comments on commit e9cc113

Please sign in to comment.