在es6模式下,各种组件的引用方式,可以在OpenLayers文档中搜索,最上面就有,比如鹰眼图控件:https://openlayers.org/en/v6.9.0/apidoc/module-ol_control_OverviewMap-OverviewMap.html,使用时需要用“import OverviewMap from 'ol/control/OverviewMap';”引入;对于 iClient for OpenLayers特有的组件,也可以在这里查看使用方式:https://iclient.supermap.io/web/apis/openlayers.html
import OverviewMap from 'ol/control/OverviewMap';