@giancosta86/omnicourse
Version:
Interactive, React-based drill-down analysis of your learning experience
9 lines • 353 B
TypeScript
import { ReactNode } from "react";
import { ChartSettings } from "./SubjectChart";
export interface Props {
loadingNode: ReactNode;
taxonomySelectLabel: string;
chartSettings?: Partial<ChartSettings>;
}
export declare const Main: ({ loadingNode, taxonomySelectLabel, chartSettings }: Props) => JSX.Element;
//# sourceMappingURL=Main.d.ts.map