UNPKG

@hirebus/academy

Version:

React component library for academy and learning platforms

7 lines (5 loc) 233 B
import { Chapter } from '../../types/course'; export interface ChaptersContentProps { chapters?: Chapter[]; } export declare function ChaptersContent({ chapters }: ChaptersContentProps): import("react/jsx-runtime").JSX.Element;