Skip to content

Commit

Permalink
Merge pull request #15 from danfry1/allow-react-element-as-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
adenekan41 authored Jan 5, 2023
2 parents 7cbe5a7 + 266fbca commit c66b698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/action-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface IScoutAction {
rel?: string;
keyboardShortcut?: string[];
disableIdledAction?: boolean;
icon?: HTMLElement | string;
icon?: React.ReactElement | HTMLElement | string;
description?: string;
ariaLabel?: string;
}
Expand Down

0 comments on commit c66b698

Please sign in to comment.