Skip to content

Commit

Permalink
Merge branch '7.0' of https://github.com/bcoard/fluentui into 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
REDMOND\bcoard committed Oct 15, 2020
2 parents 4e369f0 + 8208ed8 commit 33a6732
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export interface IGroupDividerProps {
/** Callback for when the group header is clicked. */
onGroupHeaderClick?: (group: IGroup) => void;

/** Callback for when KeyUp on the group header is invoked. */
/** Callback for when the "keyup" event is fired on the group header . */
onGroupHeaderKeyUp?: (ev: React.KeyboardEvent<HTMLElement>, group: IGroup) => void;

/** Callback for when the group is expanded or collapsed. */
Expand Down

0 comments on commit 33a6732

Please sign in to comment.