Skip to content

Commit

Permalink
Export interface CalculatePositionOptions (#934)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp authored Aug 22, 2024
1 parent b078018 commit cc216d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-basic-dropdown/src/utils/calculate-position.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type HorizontalPosition =
| 'right'
| 'center';

interface CalculatePositionOptions {
export interface CalculatePositionOptions {
horizontalPosition: HorizontalPosition;
verticalPosition: VerticalPosition;
matchTriggerWidth: boolean;
Expand Down

0 comments on commit cc216d6

Please sign in to comment.