Type alias DropdownMenuLabelProps

DropdownMenuLabelProps: React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Label> & {
    className?: string;
    inset?: boolean;
}

Type declaration

  • Optional className?: string
  • Optional inset?: boolean