tav-ui
Version:
29 lines (27 loc) • 494 B
JavaScript
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
}
};
export { contextMenuProps };
//# sourceMappingURL=types2.mjs.map