UNPKG

speechly

Version:

A React component for text-to-speech functionality using the Speechify API

5 lines (4 loc) 182 B
import React from 'react'; import { SpeechlyProps } from './types'; declare const Speechly: ({ apiKey, fullName, email }: SpeechlyProps) => React.ReactNode; export default Speechly;