Hiyve Components - v1.0.0
    Preparing search index...
    interface TopicTrackerProps {
        colors?: Partial<
            Pick<
                CoachingOverlayColors,
                "textPrimary"
                | "textSecondary"
                | "topicBadge",
            >,
        >;
        currentTopic: string | null;
        labels?: Partial<Pick<CoachingOverlayLabels, "currentTopic" | "noTopic">>;
        sx?: SxProps<Theme>;
        topicShifts?: CoachingTopicShift[];
    }
    Index

    Properties

    colors?: Partial<
        Pick<
            CoachingOverlayColors,
            "textPrimary"
            | "textSecondary"
            | "topicBadge",
        >,
    >
    currentTopic: string | null
    labels?: Partial<Pick<CoachingOverlayLabels, "currentTopic" | "noTopic">>
    sx?: SxProps<Theme>
    topicShifts?: CoachingTopicShift[]