/** * @description: 选中页面编辑器中的组件 * @param {type} component:当前组件 * @return {type} isSelected:当前组件选中状态, onSelectedComp:选中事件 */ declare const useSelectedComp: (component: any) => [boolean, any, any]; export default useSelectedComp;