UNPKG

rc-bmap

Version:

<p align="center"> <img src="https://bmap.jser-club.com/home.png" width="200px"> </p> <p align="center">基于 React 的百度地图组件</p>

9 lines (6 loc) 239 B
import { Navigation as BNavigation } from '../../core'; import BaseControl from './BaseControl'; class Navigation extends BaseControl { getRealControl = () => new BNavigation(this.config, this.mapInstance) } export default Navigation;