UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

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