Skip to content

Commit

Permalink
Add props descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-solecki committed Jan 17, 2024
1 parent e030135 commit 7d65ede
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/SelectionList/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@ type User = {

invitedSecondaryLogin?: string;

/** Represents the index of the section it came from */
sectionIndex: number;

/** Represents the index of the option within the section it came from */
index: number;
};

Expand Down Expand Up @@ -109,8 +111,10 @@ type RadioItem = {
/** The type of action that's pending */
pendingAction?: undefined;

/** Represents the index of the section it came from */
sectionIndex: number;

/** Represents the index of the option within the section it came from */
index: number;
};

Expand Down

0 comments on commit 7d65ede

Please sign in to comment.