UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

3 lines (2 loc) 227 B
import { CommonNotificationProps, RewardAssignedNotification } from '../../types'; export default function RewardAssignedNotification({ notification, locale }: CommonNotificationProps<RewardAssignedNotification>): JSX.Element;