段落
y-section
/** * 属性 */ export interface Props { /** * 标题 */ title: string /** * 提示信息 */ tip: string /** * 是否必须,默认false */ required?: boolean }
← 搜索栏 y-search-bar 步骤条 y-steps →