@fluentui/react-northstar
Version:
A themable React component library.
5 lines (4 loc) • 323 B
TypeScript
import { BreadcrumbStylesProps } from '../../../../components/Breadcrumb/Breadcrumb';
import { ComponentSlotStylesPrepared } from '@fluentui/styles';
import { BreadcrumbVariables } from './breadcrumbVariables';
export declare const breadcrumbStyles: ComponentSlotStylesPrepared<BreadcrumbStylesProps, BreadcrumbVariables>;