UNPKG

@sign-speak/react-sdk

Version:

Unlock Sign Language Recognition, Avatar, and Speech Recognition.

11 lines 329 B
import React from "react"; export interface SpeechProductionProps { model?: string; text: string; play?: boolean; onLoaded?: () => void; onPlaying?: () => void; onStopped?: () => void; } export declare const SpeechProduction: React.FC<SpeechProductionProps>; //# sourceMappingURL=SpeechProduction.d.ts.map