UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

43 lines (40 loc) 722 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ /* unplugin-vue-components disabled */var props = { affixProps: { type: Object }, bounds: { type: Number, "default": 5 }, container: { type: [String, Function], "default": function _default() { return function () { return window; }; } }, cursor: { type: Function }, size: { type: String, "default": "medium", validator: function validator(val) { return ["small", "medium", "large"].includes(val); } }, targetOffset: { type: Number, "default": 0 }, onChange: Function, onClick: Function }; export { props as default }; //# sourceMappingURL=props.js.map