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