export interface CustomStyleProps { /** * @description 数据更新事件 */ onChange: (v: any) => void; /** * @description JSON数据 */ value: string; wrapRef: any; selectedComp: any; propsKey: string; }