Skip to content

Commit 4ed9f0b

Browse files
committed
✨ feat: ci pass
1 parent f03943f commit 4ed9f0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ChatItem/type.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ export interface ChatItemProps<T = Record<string, any>> {
1717
/**
1818
* @description Actions to be displayed in the chat item
1919
*/
20-
actions: ReactNode;
20+
actions?: ReactNode;
2121
/**
2222
* @description Actions click props,only use in render
2323
*/
24-
actionsClick: actionsClickProps;
24+
actionsClick?: actionsClickProps;
2525
/**
2626
* @description Metadata for the avatar
2727
*/

0 commit comments

Comments
 (0)