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