UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

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