coldbydefault-portfolio
    Preparing search index...

    Interface ChatBotUIProps

    interface ChatBotUIProps {
        className?: string;
        position?: "bottom-right" | "bottom-left" | "top-right" | "top-left";
        theme?: "system" | "light" | "dark";
    }
    Index

    Properties

    className?: string
    position?: "bottom-right" | "bottom-left" | "top-right" | "top-left"
    theme?: "system" | "light" | "dark"