@hoosei/voxweave-react
Version:
A customizable and interactive voice UI component for React applications
9 lines (8 loc) • 463 B
TypeScript
import Voxweave from './Voxweave';
export { Voxweave };
export type { VoxweaveProps, VoxweaveCommonProps, VoxweaveButtonProps, VoxweaveNonButtonProps, VoxweaveComponent, VoxweaveThreeJSProps } from './types';
export { LanguageSelector } from './components/LanguageSelector';
export { PrivacyDialog } from './components/PrivacyDialog';
export { configureVoxweave } from './lib/config';
export { VoxweaveProvider } from './VoxweaveProvider';
import './styles.css';