Skip to content

Commit

Permalink
Add props description
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-solecki committed Jan 17, 2024
1 parent 275ef32 commit e030135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SelectionList/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ type RadioItem = {
/** The type of action that's pending */
pendingAction?: undefined;

sectionIndex: number; // smb throw this out
sectionIndex: number;

index: number; // mb throw this out
index: number;
};

type RadioListItemProps = CommonListItemProps<RadioItem> & {
Expand Down

0 comments on commit e030135

Please sign in to comment.