Skip to content

Commit

Permalink
feat: expose EventDispatcher class
Browse files Browse the repository at this point in the history
  • Loading branch information
yomotsu committed Feb 14, 2024
1 parent 89cad76 commit fe99ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import { CameraControls } from './CameraControls';
export default CameraControls;
export { CameraControls as default } from './CameraControls';
export { EventDispatcher } from './EventDispatcher';

0 comments on commit fe99ab4

Please sign in to comment.