UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

8 lines (7 loc) 453 B
import React from 'react'; import { CommonNotificationProps, GovernanceAnnouncementNotification as GovernanceAnnouncementNotificationType } from '../../types'; /** * @deprecated Should start using the same component migrated to UI2. */ declare const GovernanceAnnouncementNotification: ({ notification, locale }: CommonNotificationProps<GovernanceAnnouncementNotificationType>) => React.JSX.Element; export default GovernanceAnnouncementNotification;