UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

5 lines (4 loc) 365 B
import React from 'react'; import { CommonNotificationProps, GovernanceCliffEndedNotification as GovernanceCliffEndedNotificationType } from '../../types'; declare const GovernanceCliffEndedNotification: ({ notification, locale }: CommonNotificationProps<GovernanceCliffEndedNotificationType>) => React.JSX.Element; export default GovernanceCliffEndedNotification;