UNPKG

vue-cesium-jyt

Version:
67 lines (62 loc) 1.13 kB
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var usePosition = require('../../../composables/private/use-position.js'); var printDefaultProps = { showCredit: { type: Boolean, default: true }, printAutomatically: { type: Boolean, default: false }, showPrintView: { type: Boolean, default: true }, downloadAutomatically: { type: Boolean, default: false }, ...usePosition.positionProps, icon: { type: String, default: "vc-icons-capture" }, size: { type: String, default: "24px" }, color: { type: String, default: "#3f4854" }, background: { type: String, default: "#fff" }, round: { type: Boolean, default: true }, flat: { type: Boolean, default: false }, label: String, stack: { type: Boolean, default: false }, tooltip: { type: [Boolean, Object], default: () => ({ delay: 500, anchor: "bottom middle", offset: [0, 20], tip: void 0 }) } }; exports["default"] = printDefaultProps; //# sourceMappingURL=defaultProps.js.map