Skip to content

Commit

Permalink
fix(ListItemView): fix type ListItemViewProps (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGenius authored Oct 10, 2024
1 parent a7e04b7 commit e49779a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export interface ListItemViewCommonProps<T extends React.ElementType = 'li'> ext
}

export interface ListItemViewProps<T extends React.ElementType = 'li'>
extends Omit<ListItemViewCommonProps, 'content'> {
extends Omit<ListItemViewCommonProps<T>, 'content'> {
/**
* Ability to override default html tag
*/
Expand Down

0 comments on commit e49779a

Please sign in to comment.