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