11 lines
335 B
TypeScript
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';
|