Skip to content

Commit

Permalink
chore: Updated items list type
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosViniciusPC committed Jun 14, 2023
1 parent d795540 commit e0a2415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/List/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface ItemContent {

interface ListItem {
icon?: IconNames | string;
content?: ItemContent;
content?: ItemContent | string;
}

export interface ListProps {
Expand Down

0 comments on commit e0a2415

Please sign in to comment.