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

    Interface IntelligenceReadinessStatusProps

    Props for the IntelligenceReadinessStatus component.

    interface IntelligenceReadinessStatusProps {
        icon?: ReactNode;
        readiness: UseIntelligenceReadinessResult;
        sx?: SxProps<Theme>;
    }
    Index

    Properties

    Properties

    icon?: ReactNode

    Optional icon to display

    Readiness state from useIntelligenceReadiness

    sx?: SxProps<Theme>

    MUI sx prop