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