Skip to content

Commit

Permalink
Fix typing to accurately reflect ...rest spread
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Oct 18, 2024
1 parent 13c0e2e commit a633511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eui/src/components/comment_list/comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
export interface EuiCommentProps
extends EuiCommentEventProps,
EuiCommentTimelineProps,
Omit<EuiTimelineItemProps, 'icon' | 'children'> {}
Omit<EuiTimelineItemProps, 'children' | 'icon' | 'iconAriaLabel'> {}

export const EuiComment: FunctionComponent<EuiCommentProps> = ({
children,
Expand Down

0 comments on commit a633511

Please sign in to comment.