/** * CopilotKit Components Index * Central export point for all CopilotKit integration components */ export { PlatformPersonaChat } from './PlatformPersonaChat'; export { IntegrationExample } from './IntegrationExample'; // Re-export types for convenience export type { PlatformType } from '../../../types/PlatformPersonaTypes';