From 4ed9f0b890c2672d324a270b12b4029ed34ed143 Mon Sep 17 00:00:00 2001 From: ONLY-yours <1349021570@qq.com> Date: Mon, 9 Sep 2024 17:16:27 +0800 Subject: [PATCH] :sparkles: feat: ci pass --- src/ChatItem/type.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ChatItem/type.ts b/src/ChatItem/type.ts index f31d84d..570414c 100644 --- a/src/ChatItem/type.ts +++ b/src/ChatItem/type.ts @@ -17,11 +17,11 @@ export interface ChatItemProps> { /** * @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 */