Type alias LLChatBannerItemProps

LLChatBannerItemProps: ComponentStyleProp<LLChatBannerItemStyles> & {
    message: string;
    type: BannerType;
}

Type declaration

Generated using TypeDoc