Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
feat: export Transform type used in presence mouse
Browse files Browse the repository at this point in the history
  • Loading branch information
Raspincel committed Mar 18, 2024
1 parent 525df2d commit 184b8a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ export {
PinAdapter,
PinCoordinates,
AnnotationPositionInfo,
Offset,
} from './components/comments/types';

export { Transform } from './components/presence-mouse/types';

if (window) {
window.SuperVizRoom = {
init,
Expand Down

0 comments on commit 184b8a3

Please sign in to comment.