coldbydefault-portfolio
    Preparing search index...

    Interface ChatHeaderProps

    interface ChatHeaderProps {
        isConnected: boolean;
        onClose: () => void;
        onMinimize?: () => void;
    }
    Index

    Properties

    isConnected: boolean
    onClose: () => void
    onMinimize?: () => void