Files
NetMesh/components/ai-elements/message.tsx

12 lines
286 B
TypeScript
Raw Normal View History

/** Barrel re-export. Prefer messageShell (layout) or LazyMessageResponse (markdown). */
export {
Message,
MessageContent,
type MessageContentProps,
type MessageProps,
} from './messageShell';
export {
MessageResponse,
type MessageResponseProps,
} from './messageResponse';