@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 347 B
TypeScript
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { ToolbarMenuItemIconStylesProps } from '../../../../components/Toolbar/ToolbarMenuItemIcon';
import { ToolbarVariables } from './toolbarVariables';
export declare const toolbarMenuItemIconStyles: ComponentSlotStylesPrepared<ToolbarMenuItemIconStylesProps, ToolbarVariables>;