Type alias LLChatMessageItemBodyTextProps

LLChatMessageItemBodyTextProps: ComponentStyleProp<LLChatMessageItemBodyTextStyles> & {
    isDeleted: boolean;
    isSelfMessage: boolean;
    message: string;
}

Type declaration

  • isDeleted: boolean
  • isSelfMessage: boolean
  • message: string

Generated using TypeDoc