Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MenuListProps

remarks

@since 5.1.0

Hierarchy

Index

Properties

listClassName?: string

An optional className to provide to the List component that surrounds the MenuItem within a Menu.

listProps?: Readonly<PropsWithRef<Omit<ListProps, "horizontal">, ListElement>>

Any additional props to pass to the List component that surrounds the Menu's MenuItems.

listStyle?: CSSProperties

An optional style to provide to the List component that surrounds the MenuItem within a Menu.

Generated using TypeDoc