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