UNPKG

@selfcommunity/react-ui

Version:

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

7 lines (6 loc) 192 B
import type { SVGProps } from 'react'; /** * @internal */ declare const SvgParticipantPlaceholder: (props: SVGProps<SVGSVGElement>) => JSX.Element; export default SvgParticipantPlaceholder;