import { Color } from './color'; /** * ○ */ export const HollowPoint = (options) => { return Color(Object.assign({ colorAttribute: 'stroke', symbol: 'point' }, options)); }; HollowPoint.props = Object.assign({ defaultMarker: 'hollowPoint' }, Color.props); //# sourceMappingURL=hollow.js.map