UNPKG

@giancosta86/omnicourse

Version:

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

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