Skip to content

Commit

Permalink
fix: bad List.Item type (ant-design#35454) (ant-design#35455)
Browse files Browse the repository at this point in the history
Co-authored-by: Ron Smeral <[email protected]>
  • Loading branch information
rsmeral and Ron Smeral authored May 10, 2022
1 parent ed4d416 commit 1d3fd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/list/Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const Meta: FC<ListItemMetaProps> = ({
};

export interface ListItemTypeProps
extends ForwardRefExoticComponent<ListItemMetaProps & React.RefAttributes<HTMLElement>> {
extends ForwardRefExoticComponent<ListItemProps & React.RefAttributes<HTMLElement>> {
Meta: typeof Meta;
}

Expand Down

0 comments on commit 1d3fd70

Please sign in to comment.