UNPKG

ant-design-x-vue-next

Version:

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

10 lines (9 loc) 173 B
function r(n) { if ("children" in n && n.children) return n.children; if ("subItems" in n && n.subItems) return n.subItems; } export { r as getItemChildren };