Type alias LLChatBannerProps

LLChatBannerProps: ComponentStyleProp<LLChatBannerStyles> & {
    BannerItemComponent?: typeof LLChatBannerItem;
    BannerItemComponentStyles?: LLChatBannerItemProps["styles"];
    bannerAutoHideTimeout?: number;
}

Type declaration

Generated using TypeDoc