import type { CommonProps } from '../../types/common'; /** * 组件类型定义 */ export interface TemplateProps extends CommonProps { /** 名称 */ title?: string; }