UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

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