UNPKG

react-say-fork

Version:

# Goal and TODOs * Add Typescript support * Make compononents style-customizable

20 lines 476 B
export default class QueuedUtterance { _cancelled: any; _cancel: any; _deferred: any; _onEnd: any; _onError: any; _onStart: any; _ponyfill: any; _speaking: any; _utterance: any; promise: any; constructor(ponyfill: any, utterance: any, { onEnd, onError, onStart }: { onEnd: any; onError: any; onStart: any; }); cancel(): Promise<void>; speak(): any; } //# sourceMappingURL=QueuedUtterance.d.ts.map