Type alias LLChatMessageComposerProps

LLChatMessageComposerProps: ComponentStyleProp<LLChatMessageComposerStyles> & {
    GifPickerComponent?: typeof LLGifPicker;
    GifPickerComponentStyles?: LLGifPickerProps["styles"];
    SendButtonComponent?: typeof LLComposerSendButton;
    SendButtonComponentStyles?: LLComposerSendButtonProps["styles"];
    StickerPickerComponent?: typeof LLStickerPicker;
    StickerPickerComponentStyles?: LLStickerPickerProps["styles"];
    TextInputComponent?: typeof TextInput;
    roomId: string;
}

Type declaration

Generated using TypeDoc