123456789 |
- import { Color } from './color';
- /**
- * -
- */
- export const Hyphen = (options) => {
- return Color(Object.assign({ colorAttribute: 'stroke', symbol: 'hyphen' }, options));
- };
- Hyphen.props = Object.assign({ defaultMarker: 'hyphen' }, Color.props);
- //# sourceMappingURL=hyphen.js.map
|