UNPKG

@brizy/ui

Version:
7 lines (6 loc) 278 B
import { Props as DropdownProps } from "../components/Dropdown"; export interface Props extends ReturnType<DropdownProps["getItemProps"]> { value: string; isSelected: boolean; } export declare const DropdownItem: ({ value, isSelected, ...props }: Props) => JSX.Element;