"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Tick = void 0; const color_1 = require("./color"); /** * 工 */ const Tick = (options) => { return (0, color_1.Color)(Object.assign({ colorAttribute: 'stroke', symbol: 'tick' }, options)); }; exports.Tick = Tick; exports.Tick.props = Object.assign({ defaultMarker: 'tick' }, color_1.Color.props); //# sourceMappingURL=tick.js.map