type alias DropdownItemVariant

Item variant for special styling

Definition

"default" | "danger" | "active"

Usage

import { type DropdownItemVariant } from ".";