Type alias LLChatMessageListProps

LLChatMessageListProps: ComponentStyleProp<LLChatMessageListStyles> & {
    MessageItemComponent?: typeof LLChatMessageItem;
    MessageItemComponentStyles?: LLChatMessageItemProps["styles"];
    MessageListComponent?: typeof FlatList;
    MessageListEmptyComponent?: typeof LLMessageListEmptyComponent;
    MessageListEmptyComponentStyles?: LLMessageListEmptyComponentProps["styles"];
    MessageListLoadingComponent?: ComponentType<unknown>;
    roomId: string;
}

Type declaration

Generated using TypeDoc