UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

15 lines (14 loc) 449 B
import React from 'react'; import { RarityBadgeProps } from './RarityBadge.types'; import './RarityBadge.css'; declare const _default: React.MemoExoticComponent<{ ({ rarity, className, size, withTooltip, i18n, onClick }: RarityBadgeProps): React.JSX.Element; defaultProps: { size: string; withTooltip: boolean; }; }>; /** * @deprecated Should start using the same component migrated to UI2. */ export default _default;