UNPKG

@selfcommunity/react-ui

Version:

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

23 lines (16 loc) 673 B
/** * > API documentation for the Community-JS PrivateMessage Thread Skeleton component. Learn about the available props and the CSS API. #### Import ```jsx import {PrivateMessageThreadSkeleton} from '@selfcommunity/react-ui'; ``` #### Component Name The name `SCPrivateMessageThread-skeleton-root` can be used when providing style overrides in the theme. #### CSS |Rule Name|Global class|Description| |---|---|---| |root|.SCPrivateMessageThread-skeleton-root|Styles applied to the root element.| |list|.SCPrivateMessageThread-list|Styles applied to the list element.| * */ export default function PrivateMessageThreadSkeleton(props: any): JSX.Element;