Skip to content

Commit

Permalink
chore: remove unnecessary export
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgallo committed Jun 3, 2024
1 parent 4402900 commit a2f77fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export let Coachmark = forwardRef<HTMLElement, CoachmarkProps>(
}
);

export const overlayRefType =
const overlayRefType =
typeof HTMLElement === 'undefined'
? PropTypes.object
: PropTypes.instanceOf(HTMLElement);
Expand Down

0 comments on commit a2f77fb

Please sign in to comment.