UNPKG

hoda-react

Version:

<div align="center"> <h1>:construction: flowbite-react (unreleased) :construction:</h1> <p> <a href="https://flowbite-react.com"> <img alt="Flowbite - Tailwind CSS components" width="350" src=".github/assets/flowbite-react-github.png"> <

17 lines (16 loc) 566 B
import type { FC } from 'react'; export interface FlowbiteBreadcrumbTheme { item: { base: string; chevron: string; href: { off: string; on: string; }; icon: string; }; list: string; } export declare const Breadcrumb: FC<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>> & { Item: import("react").ForwardRefExoticComponent<import("./BreadcrumbItem").BreadcrumbItemProps & import("react").RefAttributes<HTMLAnchorElement | HTMLSpanElement>>; };