vue-tianditu2
Version:
21 lines (20 loc) • 490 B
JavaScript
const o = {
/** 控件的停靠位置 */
position: { type: String, default: "topright" }
}, n = {
/** 设置控件停靠的偏移量 */
offset: { type: Array },
/** 是否可见 */
visible: { type: Boolean, default: !0 }
}, e = {}, s = {
init: (t) => t instanceof T.Control
}, E = { ...o, ...n }, i = { ...e, ...s };
export {
i as EVENTS,
e as NATIVE_EVENTS,
o as NATIVE_PROPS,
s as OTHER_EVENTS,
n as OTHER_PROPS,
E as PROPS
};
//# sourceMappingURL=const.mjs.map