import XNode from "@web-atoms/core/dist/core/XNode"; import styled from "@web-atoms/core/dist/style/styled"; export default function MenuItem ({ label, icon = void 0 as string, click = undefined, title = label, description = void 0 as string, href = "", commandLink = "", target = undefined as string, ... a }) { return href || commandLink ? { icon && } { description && } :
{ icon && } { description && }
; }