Type alias DropdownMenuShortcutProps

DropdownMenuShortcutProps: React.HTMLAttributes<HTMLSpanElement> & {
    className?: string;
}

Type declaration

  • Optional className?: string