UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

9 lines (8 loc) 308 B
import { SkeletonOwnProps } from '@mui/material'; interface CourseUsersTableRowSkeletonProps { header?: boolean; animation?: SkeletonOwnProps['animation']; editMode?: boolean; } export default function CourseUsersTableRowSkeleton(props: CourseUsersTableRowSkeletonProps): JSX.Element; export {};