UNPKG

hh-ui-components

Version:
10 lines (9 loc) 248 B
import React from "react"; export interface BreadcrumbProps { label?: string; href?: string; variants?: "product" | "collection"; className?: string; color?: string; } export declare const Breadcrumb: React.FC<BreadcrumbProps>;