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