UNPKG

@redocly/theme

Version:

Shared UI components lib

9 lines (8 loc) 228 B
type BreadcrumbProps = { label: string; link?: string; isActive: boolean; onClick?: () => void; }; export declare function Breadcrumb({ label, link, isActive, onClick }: BreadcrumbProps): JSX.Element; export {};