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