UNPKG

alinea

Version:
4 lines (3 loc) 274 B
import { type PropsWithChildren } from 'react'; export declare function Breadcrumbs({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element; export declare function BreadcrumbsItem({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element;