UNPKG

@selfcommunity/react-ui

Version:

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

5 lines (4 loc) 148 B
export interface NoParticipantsProps { className?: string; } export default function NoParticipants(inProps: NoParticipantsProps): JSX.Element;