UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

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