UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

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