无状态
y-empty
/** * 属性 */ export interface YEmptyProps extends Record<string, unknown> { /** * 文字 */ tip: string }
← 编辑器 y-editor 底部固定按钮 y-fixed-button →