Type alias LLChatProps

LLChatProps: ComponentStyleProp<LLChatStyles> & {
    BannerComponent?: typeof LLChatBanner;
    BannerComponentStyles?: LLChatBannerProps["styles"];
    HeaderComponent?: typeof LLChatHeader;
    HeaderComponentStyles?: LLChatHeaderProps["styles"];
    MessageComposerComponent?: typeof LLChatMessageComposer;
    MessageComposerComponentStyles?: LLChatMessageComposerProps["styles"];
    MessageListComponent?: typeof LLChatMessageList;
    MessageListComponentStyles?: LLChatMessageListProps["styles"];
    roomId: string;
    userAvatarUrl?: string;
}

Type declaration

Generated using TypeDoc