UNPKG

voice-ai-workforce

Version:

Voice AI assistant for workforce management - hands-free task updates, time tracking, and team communication. Built by VenueBoost Inc.

10 lines (7 loc) 210 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';