/** * 操作属性 */ export interface OperationProps { /** * 填充距 */ padding?: number; }