UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

4 lines (3 loc) 308 B
import { CommonNotificationProps, GovernanceProposalEnactedNotification } from '../../types'; declare const GovernanceProposalEnactedNotification: ({ notification, locale }: CommonNotificationProps<GovernanceProposalEnactedNotification>) => JSX.Element; export default GovernanceProposalEnactedNotification;