UNPKG

@fluentui/react-northstar

Version:
9 lines (8 loc) 487 B
import { ComponentSlotStylesPrepared } from '@fluentui/styles'; import { DropdownVariables } from './dropdownVariables'; import { DropdownItemProps } from '../../../../components/Dropdown/DropdownItem'; export declare type DropdownItemStylesProps = Pick<DropdownItemProps, 'selected' | 'active' | 'isFromKeyboard'> & { hasContent?: boolean; hasHeader?: boolean; }; export declare const dropdownItemStyles: ComponentSlotStylesPrepared<DropdownItemStylesProps, DropdownVariables>;