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