UNPKG

@voice-ai-workforce/react

Version:

React components with 3-tier interface modes for voice-controlled workforce applications

8 lines (7 loc) 208 B
// packages/react/src/index.ts // Export all components and their types export * from './components'; // Export hooks export * from './hooks/useVoiceAI'; // @ts-ignore export * from '../../types/src/types';