Skip to content

Commit

Permalink
export missing types
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-mereuta committed Oct 15, 2024
1 parent 4f65d47 commit e9c16ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ export type {
FrameAnchor,
PageAnchorTarget,
FrameAnchorTarget,
RelativeFrameAnchor,
StartFrameAnchor,
EndFrameAnchor,
StartAndEndFrameAnchor,
CenterFrameAnchor
} from './types/FrameTypes';
export type {
Variable,
Expand Down

0 comments on commit e9c16ed

Please sign in to comment.