Skip to main content

MenuSub

const
const MenuSub: ({ children: propsChildren, items, portalOptions, subOptions, triggerOptions: { className: propsClassName, preFix, endFix, type, ...otherTriggerOptions }, subContentOptions: { className: subContentClassName, ...otherSubContentOptions }, }: MenuSubProps) => JSX.Element

Import

import { MenuSub } from '@modular/sdk/ui';