UNPKG

@giancosta86/omnicourse

Version:

Interactive, React-based drill-down analysis of your learning experience

6 lines 206 B
/// <reference types="react" /> export interface Props { taxonomySelectLabel: string; } export declare const PathBar: ({ taxonomySelectLabel }: Props) => JSX.Element; //# sourceMappingURL=index.d.ts.map