UNPKG

@mhpdev/react-native-speech

Version:

A high-performance React Native library for text-to-speech on iOS and Android

5 lines 357 B
export { default } from './Speech'; export type { VoiceProps, EventProps, VoiceOptions, ProgressEventProps, } from './NativeSpeech'; export type { HighlightedTextProps, HighlightedSegmentArgs, HighlightedSegmentProps, } from './components/types'; export { default as HighlightedText } from './components/HighlightedText'; //# sourceMappingURL=index.d.ts.map