UNPKG

casc-cesium

Version:

Vue 3.x components for CesiumJS.

72 lines (69 loc) 1.19 kB
import { positionProps } from '../../../composables/private/use-position.mjs'; var printDefaultProps = { showCredit: { type: Boolean, default: true }, printAutomatically: { type: Boolean, default: false }, showPrintView: { type: Boolean, default: true }, downloadAutomatically: { type: Boolean, default: false }, ...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 }) }, screenshotName: String, customClass: { type: String, default: "" }, teleportToViewer: { type: Boolean, default: true } }; export { printDefaultProps as default }; //# sourceMappingURL=defaultProps.mjs.map