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