UNPKG

@redocly/theme

Version:

Shared UI components lib

8 lines (7 loc) 222 B
import type { JSX } from 'react'; type BreadcrumbIconProps = { icon?: string; className?: string; }; export declare function BreadcrumbIcon({ icon, className }: BreadcrumbIconProps): JSX.Element | null; export {};