@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
12 lines (11 loc) • 613 B
TypeScript
/// <reference types="react" />
import { TeacherCourseDashboardProps } from './Teacher';
import TeacherSkeleton from './Teacher/Skeleton';
import { StudentCourseDashboardProps } from './Student';
import StudentSkeleton from './Student/Skeleton';
declare const _default: {
Teacher: import("react").MemoExoticComponent<(inProps: TeacherCourseDashboardProps) => JSX.Element>;
Student: import("react").MemoExoticComponent<(inProps: StudentCourseDashboardProps) => JSX.Element>;
};
export default _default;
export { TeacherCourseDashboardProps, TeacherSkeleton, StudentCourseDashboardProps, StudentSkeleton };