UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

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