tav-ui
Version:
33 lines (29 loc) • 588 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const contextMenuProps = {
width: { type: Number, default: 156 },
customEvent: { type: Object, default: null },
styles: { type: Object },
showIcon: { type: Boolean, default: true },
axis: {
type: Object,
default() {
return { x: 0, y: 0 };
}
},
items: {
type: Array,
default() {
return [
{
label: ""
}
];
}
},
event: {
type: Object
}
};
exports.contextMenuProps = contextMenuProps;
//# sourceMappingURL=types2.js.map