alouette
Version:
A modern, customizable design system built on top of NativeWind v5 with configurable defaults
9 lines • 458 B
TypeScript
export interface BreadcrumbItemContextValue {
/** Last crumb of the trail: the page being viewed, not a destination. */
current: boolean;
disabled: boolean;
onNavigate?: (href: string) => void;
}
export declare const BreadcrumbItemContextProvider: import("react").Provider<BreadcrumbItemContextValue | undefined>;
export declare function useBreadcrumbItemContext(): BreadcrumbItemContextValue;
//# sourceMappingURL=BreadcrumbsContext.d.ts.map