UNPKG

react-say-fork

Version:

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

11 lines 289 B
import React from 'react'; declare type Props = { children?: React.ReactChild; ponyfill?: { speechSynthesis: any; SpeechSynthesisUtterance: any; }; }; declare const Composer: (props: Props) => any; export default Composer; //# sourceMappingURL=Composer.d.ts.map