UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

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