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