Components
Classes
Types
No results found.
If this is a bug, please report it.
Scroll
Open
Describes props for the dropdown menu.
export interface LkDropdownMenuProps {
children: React.ReactNode;
cardProps?: LkCardProps; // Optional props to pass to the child Card component.
}
Types with similar roles.