UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

5 lines (4 loc) 213 B
import React from 'react'; import { CommunityBubbleProps } from './CommunityBubble.props'; import './CommunityBubble.css'; export declare const CommunityBubble: (props: CommunityBubbleProps) => React.JSX.Element;