@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
24 lines (17 loc) • 614 B
TypeScript
/**
* > API documentation for the Community-JS Comments Object Skeleton component. Learn about the available props and the CSS API.
#### Import
```jsx
import {LessonCommentObjectsSkeleton} from '@selfcommunity/react-ui';
```
#### Component Name
The name `SCLessonCommentObjects-skeleton-root` can be used when providing style overrides in the theme.
#### CSS
|Rule Name|Global class|Description|
|---|---|---|
|root|.SCLessonCommentObjects-skeleton-root|Styles applied to the root element.|
*
*/
export default function LessonCommentObjectsSkeleton(props: {
count?: number;
}): JSX.Element;