UNPKG

vue-cesium-jyt

Version:
31 lines (29 loc) 621 B
var distancelegendDefaultProps = { position: { type: String, default: "bottom-right", validator: (v) => ["top-right", "top-left", "bottom-right", "bottom-left", "top", "right", "bottom", "left"].includes(v) }, offset: { type: Array, validator: (v) => v.length === 2 }, color: { type: String, default: "#fff" }, background: { type: String, default: "#3f4854" }, width: { type: Number, default: 100 }, barBackground: { type: String, default: "#fff" } }; export { distancelegendDefaultProps as default }; //# sourceMappingURL=defaultProps.mjs.map