UNPKG

@giancosta86/omnicourse

Version:

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

7 lines 277 B
/// <reference types="react" /> import { ChartSettings } from "./SubjectChart"; export interface Props { chartSettings?: Partial<ChartSettings>; } export declare const CurrentLevelBox: ({ chartSettings }: Props) => JSX.Element; //# sourceMappingURL=CurrentLevelBox.d.ts.map