Skip to main content

Type Alias: Props

@arolariu/components


@arolariu/components / MenubarTrigger / Props

Type Alias: Props

Props = Omit<React.ComponentPropsWithRef<typeof BaseMenu.Trigger>, "className"> & object

Defined in: components/ui/menubar.tsx:556

Type Declaration

className?

optional className?: string

Applies additional CSS classes to the component root element.

Default

undefined
// was this page useful?