UNPKG

@redocly/theme

Version:

Shared UI components lib

7 lines (6 loc) 228 B
import type { JSX } from 'react'; import type { BreadcrumbItem } from '@redocly/config'; export declare function Breadcrumbs(props: { className?: string; additionalBreadcrumbs?: BreadcrumbItem[]; }): JSX.Element | null;