rc-bmap
Version:
<p align="center"> <img src="https://bmap.jser-club.com/home.png" width="200px"> </p> <p align="center">基于 React 的百度地图组件</p>
18 lines (12 loc) • 300 B
JavaScript
import Point from './Point';
import Size from './Size';
import Events from './Events';
import Bounds from './Bounds';
import Path from './Path';
export default class Base {
static Point = Point;
static Size = Size;
static Events = Events;
static Bounds = Bounds;
static Path = Path;
}