@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 319 B
TypeScript
import { MenuVariables } from './menuVariables';
import { MenuItemContentStylesProps } from '../../../../components/Menu/MenuItemContent';
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
export declare const menuItemContentStyles: ComponentSlotStylesPrepared<MenuItemContentStylesProps, MenuVariables>;