UNPKG

tdesign-vue-next

Version:
34 lines (31 loc) 628 B
/** * tdesign v1.15.2 * (c) 2025 tdesign * @license MIT */ 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.mjs.map