UNPKG

@upv/react-ui-core

Version:

**USHI Design System — Modern UI Component Library**

11 lines (10 loc) 343 B
import React from "react"; import { LessonContentRendererProps } from "../../Lessons/LessonContentRenderer"; interface LessonLayoutProps { content: LessonContentRendererProps; children?: React.ReactNode; sidebar?: React.ReactNode; progress?: number; } export declare const LessonLayout: React.FC<LessonLayoutProps>; export {};