UNPKG

@giancosta86/omnicourse

Version:

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

11 lines 504 B
/// <reference types="react" /> import { Subject } from "@giancosta86/omnicourse-core"; import { ChartSettings } from "./ChartSettings"; export { ChartItem } from "./ChartItem"; export { ChartSettings, LabelVisibilityParams, LabelVisibilityPredicate } from "./ChartSettings"; export interface Props { subjects: readonly Subject[]; chartSettings?: Partial<ChartSettings>; } export declare const SubjectChart: ({ subjects, chartSettings }: Props) => JSX.Element; //# sourceMappingURL=index.d.ts.map