Skip to content

Commit

Permalink
bug: Fixed All exports are only types and should thus use export type
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed May 16, 2024
1 parent 201fd75 commit 88c26d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type CustomPointerDownEvent = CustomEvent<{
originalEvent: PointerEvent;
}>;

export { CustomFocusEvent, CustomPointerDownEvent };
export type { CustomFocusEvent, CustomPointerDownEvent };

export const CUSTOM_EVENTS = {
FOCUS_OUTSIDE: "AKSEL_FOCUS_OUTSIDE",
Expand Down

0 comments on commit 88c26d2

Please sign in to comment.