UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

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