Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaevAlexandr committed May 23, 2024
1 parent 1c4dbe5 commit 2856932
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ export const ListItemView = React.forwardRef(function ListItemView<
{endSlot}
</Flex>
);
}) as <C extends React.ElementType = 'span'>({
}) as <C extends React.ElementType = 'div'>({
ref,
...props
}: ListItemViewPropsWithTypedAttrs<C> & {ref?: ListItemViewRef<C>}) => React.ReactElement;

0 comments on commit 2856932

Please sign in to comment.