Hiyve Components - v1.0.0
    Preparing search index...

    Props for AgentInput component

    interface AgentInputProps {
        colors?: Partial<AgentAssistantColors>;
        disabled?: boolean;
        labels?: Partial<AgentAssistantLabels>;
        loading?: boolean;
        onSubmit: (query: string) => void;
        styles?: Partial<AgentAssistantStyles>;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    colors?: Partial<AgentAssistantColors>

    Custom colors

    disabled?: boolean

    Whether the input is disabled

    labels?: Partial<AgentAssistantLabels>

    Custom labels

    loading?: boolean

    Whether the input is loading

    onSubmit: (query: string) => void

    Callback when a query is submitted

    styles?: Partial<AgentAssistantStyles>

    Custom styles

    sx?: SxProps<Theme>

    MUI sx prop