Skip to content

Commit

Permalink
✨ feat: ci pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ONLY-yours committed Sep 9, 2024
1 parent f03943f commit 4ed9f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ChatItem/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ export interface ChatItemProps<T = Record<string, any>> {
/**
* @description Actions to be displayed in the chat item
*/
actions: ReactNode;
actions?: ReactNode;
/**
* @description Actions click props,only use in render
*/
actionsClick: actionsClickProps;
actionsClick?: actionsClickProps;
/**
* @description Metadata for the avatar
*/
Expand Down

0 comments on commit 4ed9f0b

Please sign in to comment.