Files
ALwrity/frontend/src/components/shared/CopilotKit/index.ts

11 lines
335 B
TypeScript

/**
* 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';