UNPKG

speechly

Version:

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

6 lines (5 loc) 218 B
import { AxiosInstance } from 'axios'; declare const api: AxiosInstance; export declare const setApiKey: (apiKey: string) => void; export declare const createApi: (apiKey: string) => AxiosInstance; export default api;