@giancosta86/omnicourse
Version:
Interactive, React-based drill-down analysis of your learning experience
8 lines • 372 B
TypeScript
/// <reference types="react" />
import { TaxonomyLevel, TaxonomyPath } from "@giancosta86/omnicourse-core";
export interface Props {
taxonomyPath: TaxonomyPath;
revertTaxonomyPathTo: (taxonomyLevel: TaxonomyLevel) => void;
}
export declare const Breadcrumbs: ({ taxonomyPath, revertTaxonomyPathTo }: Props) => JSX.Element;
//# sourceMappingURL=Breadcrumbs.d.ts.map