Skip to content

Commit

Permalink
fix(Modal): fix event types
Browse files Browse the repository at this point in the history
  • Loading branch information
mainframev committed Jun 28, 2023
1 parent 6ddddb3 commit f76aee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orbit-components/src/Modal/types.d.ts
Expand Up @@ -18,7 +18,7 @@ export interface Props extends Common.Globals {
| React.SyntheticEvent<HTMLButtonElement | HTMLDivElement | HTMLAnchorElement>
>;
readonly fixedFooter?: boolean;
readonly onScroll?: Common.Event<React.SyntheticEvent<HTMLDivElement>>;
readonly onScroll?: Common.Event<React.UIEvent<HTMLDivElement>>;
readonly mobileHeader?: boolean;
readonly isMobileFullPage?: boolean;
readonly preventOverlayClose?: boolean;
Expand Down

0 comments on commit f76aee4

Please sign in to comment.