export interface IChatContainerProps {
    stopHeight?: number;
    keepBottom?: boolean;
    backbottomClassName?: string;
    backbottomProps?: {
        visibilityHeight?: number;
        bottom?: number;
    };
}
