///
export interface DisplayProps {
/**
* @description 设置定位类型
*/
setArrowDisplay: React.Dispatch;
/**
* @description
*/
displayControl: any;
/**
* @description
*/
value: any;
/**
* @description
*/
selectedPage: any;
/**
* @description
*/
selectedComp: any;
/**
* @description
*/
onChange: (value: any) => void;
}