UNPKG

@medalsocial/meda

Version:

Shared Meda UI shell and runtime package.

8 lines (7 loc) 302 B
import type { TurnPhase } from './types.js'; export interface VoiceStatusPillProps { phase: TurnPhase; thinkingForMs?: number; className?: string; } export declare function VoiceStatusPill({ phase, thinkingForMs, className }: VoiceStatusPillProps): import("react/jsx-runtime").JSX.Element;