UNPKG

ant-design-x-vue

Version:

Craft AI-driven interfaces effortlessly

45 lines (44 loc) 984 B
import { defineComponent as o, mergeDefaults as u, createVNode as n, mergeProps as r } from "vue"; import { c as t } from "../../chunks/helper-chunk.mjs"; import a from "./ActionButton/index.mjs"; import { n as d } from "../../chunks/module-chunk.mjs"; const p = /* @__PURE__ */ o({ name: "AXSenderClearButton", __name: "ClearButton", props: u({ prefixCls: null, type: null, htmlType: null, shape: null, size: null, loading: null, disabled: null, ghost: null, block: null, danger: null, icon: null, href: null, target: null, title: null, onClick: null, onMousedown: null, audioIcon: null, audioDisabledIcon: null, audioRecordingIcon: null }, { disabled: void 0 }), setup(l) { const e = t(l, ["disabled"]); return () => n(a, r({ disabled: l.disabled }, e, { action: "onClear" }), { default: () => [n(d, null, null)] }); } }); export { p as default };