decentraland-ui
Version:
Decentraland's UI components and styles
6 lines (5 loc) • 305 B
TypeScript
import { CommonNotificationProps, RewardAssignedNotification } from '../../types';
/**
* @deprecated Should start using the same component migrated to UI2.
*/
export default function RewardAssignedNotification({ notification, locale }: CommonNotificationProps<RewardAssignedNotification>): JSX.Element;