UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

7 lines (6 loc) 392 B
import React from 'react'; import { CommonNotificationProps, CampaignOutOfStockNotification as CampaignOutOfStockNotificationType } from '../../types'; /** * @deprecated Should start using the same component migrated to UI2. */ export default function CampaignOutOfStockNotification({ notification, locale }: CommonNotificationProps<CampaignOutOfStockNotificationType>): React.JSX.Element;