UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

25 lines (24 loc) 663 B
import m from "./Actions.mjs"; import t from "./ActionsAudio.mjs"; import c from "./ActionsCopy.mjs"; import e from "./ActionsFeedback.mjs"; import i from "./ActionsItem.mjs"; import { ACTIONS_ITEM_STATUS as u, FEEDBACK_VALUE as p } from "./constants.mjs"; const n = m; n.Copy = c; n.Feedback = e; n.Item = i; n.Audio = t; n.install = function(o) { return o.component(m.name, m), o.component(c.name, c), o.component(e.name, e), o.component(i.name, i), o.component(t.name, t), o; }; export { u as ACTIONS_ITEM_STATUS, n as Actions, t as ActionsAudio, c as ActionsCopy, e as ActionsFeedback, i as ActionsItem, p as FEEDBACK_VALUE, n as default };