UNPKG

aura-glass

Version:

A comprehensive glassmorphism design system for React applications with 142+ production-ready components

17 lines 834 B
interface VoiceGlassControlProps { className?: string; position?: "bottom-left" | "bottom-right" | "top-left" | "top-right"; autoEnable?: boolean; showTranscript?: boolean; onVoiceCommand?: (command: string, result: any) => void; onToggleControls?: (show: boolean) => void; wakeWord?: string; enableFeedback?: boolean; showHelp?: boolean; maxTranscriptLength?: number; 'data-testid'?: string; } export declare const GlassVoiceCommands: () => string[]; export default function VoiceGlassControl({ className, position, autoEnable, showTranscript, onVoiceCommand, onToggleControls, wakeWord, enableFeedback, showHelp, maxTranscriptLength, 'data-testid': dataTestId, }: VoiceGlassControlProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=VoiceGlassControl.d.ts.map