@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 355 B
TypeScript
import { DropdownSelectedItemStylesProps } from '../../../../components/Dropdown/DropdownSelectedItem';
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { DropdownVariables } from './dropdownVariables';
export declare const dropdownSelectedItemStyles: ComponentSlotStylesPrepared<DropdownSelectedItemStylesProps, DropdownVariables>;