UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

34 lines (31 loc) 664 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ /* unplugin-vue-components disabled */var dropdownItemProps = { active: Boolean, content: { type: [String, Function], "default": "" }, disabled: Boolean, divider: Boolean, prefixIcon: { type: Function }, theme: { type: String, "default": "default", validator: function validator(val) { if (!val) return true; return ["default", "success", "warning", "error"].includes(val); } }, value: { type: [String, Number, Object] }, onClick: Function }; export { dropdownItemProps as default }; //# sourceMappingURL=dropdown-item-props.js.map