UNPKG

@hoosei/voxweave-react

Version:

A customizable and interactive voice UI component for React applications

10 lines (9 loc) 288 B
interface VoxweaveConfig { licenseKey: string; apiUrl: string; development?: any; } export declare let config: VoxweaveConfig; export declare const configureVoxweave: (options: Partial<VoxweaveConfig>) => void; export declare const getConfig: () => VoxweaveConfig; export {};