Skip to content

Commit

Permalink
Update API signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMichon committed Sep 30, 2020
1 parent 18d7e77 commit 92762d9
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5057,12 +5057,14 @@ export interface IGroupedListSectionState {
// @public (undocumented)
export interface IGroupedListState {
// (undocumented)
groups?: IGroup[];
compact?: IGroupedListProps['compact'];
// (undocumented)
lastSelectionMode?: SelectionMode;
groups?: IGroup[];
// (undocumented)
listProps?: IGroupedListProps['listProps'];
// (undocumented)
selectionMode?: IGroupedListProps['selectionMode'];
// (undocumented)
version: {};
}

Expand Down

0 comments on commit 92762d9

Please sign in to comment.