From 39a60c0215b069de6b1ed6a844bbb2ba15905ddc Mon Sep 17 00:00:00 2001 From: imccyu <276526105+imccyu@users.noreply.github.com> Date: Thu, 23 Jul 2026 18:33:33 +0800 Subject: [PATCH] style(gui): shorten the ConversationSlotProps doc line for the lint gate --- packages/client/ui-conversation/src/client/contract/slots.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/ui-conversation/src/client/contract/slots.ts b/packages/client/ui-conversation/src/client/contract/slots.ts index f1b825f90e..baa26683ec 100644 --- a/packages/client/ui-conversation/src/client/contract/slots.ts +++ b/packages/client/ui-conversation/src/client/contract/slots.ts @@ -127,7 +127,7 @@ export interface ComposerChainProps { interactions: readonly PendingInteraction[] } -/** Full conversation-slot component props: runtime share & child-render share (view ring + composer chain) & store share & injected share. */ +/** Full conversation-slot component props: runtime & child-render (view ring + composer chain) & store & injected shares. */ export type ConversationSlotProps = PropsRuntime<'conversation'> & PropsRenderSlots<'conversation.view' | 'conversation.composer'> & PropsStore & ConversationInjected