UNPKG

speechly

Version:

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

14 lines (13 loc) 240 B
export interface Selection { text: string; position: { x: number; y: number; } | null; isLoading?: boolean; } export interface SpeechlyProps { apiKey: string; fullName?: string; email?: string; }