UNPKG

portfolio-manager-toolkit

Version:
3 lines (2 loc) 192 B
import { CourseTableProps } from "../../interfaces/ComponentProps"; export declare function CourseTable({ courses, theme, style, }: CourseTableProps): import("react/jsx-runtime").JSX.Element;