/** * @file ChatBootPage 组件模块导出 * * 该文件导出聊天启动页面相关组件。 * 所有组件的详细文档请参考各自的组件定义文件。 */ export { default as Title } from './Title'; export type { TitleProps } from './Title'; export { default as CaseReply } from './CaseReply'; export type { CaseReplyProps } from './CaseReply'; export { default as ButtonTab } from './ButtonTab'; export type { ButtonTabProps } from './ButtonTab'; export { default as ButtonTabGroup } from './ButtonTabGroup'; export type { ButtonTabGroupProps, ButtonTabItem } from './ButtonTabGroup';