UNPKG

@giancosta86/omnicourse

Version:

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

7 lines 233 B
/// <reference types="react" /> import { Work } from "@giancosta86/omnicourse-core"; export interface Props { work: Work; } export declare const WorkTitle: ({ work }: Props) => JSX.Element; //# sourceMappingURL=WorkTitle.d.ts.map