@fluentui/react-northstar
Version:
A themable React component library.
9 lines (8 loc) • 487 B
TypeScript
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>;