decentraland-ui
Version:
Decentraland's UI components and styles
8 lines (7 loc) • 493 B
TypeScript
import React from 'react';
import { CommonNotificationProps, GovernanceNewCommentOnProposalNotification as GovernanceNewCommentOnProposalNotificationType } from '../../types';
/**
* @deprecated Should start using the same component migrated to UI2.
*/
declare const GovernanceNewCommentOnProposalNotification: ({ notification, locale }: CommonNotificationProps<GovernanceNewCommentOnProposalNotificationType>) => React.JSX.Element;
export default GovernanceNewCommentOnProposalNotification;