decentraland-ui
Version:
Decentraland's UI components and styles
6 lines (5 loc) • 302 B
TypeScript
import { CommonNotificationProps, RewardDelayedNotification } from '../../types';
/**
* @deprecated Should start using the same component migrated to UI2.
*/
export default function RewardDelayedNotification({ notification, locale }: CommonNotificationProps<RewardDelayedNotification>): JSX.Element;