decentraland-ui
Version:
Decentraland's UI components and styles
4 lines (3 loc) • 328 B
TypeScript
import { CommonNotificationProps, GovernanceNewCommentOnProposalNotification } from '../../types';
declare const GovernanceNewCommentOnProposalNotification: ({ notification, locale }: CommonNotificationProps<GovernanceNewCommentOnProposalNotification>) => JSX.Element;
export default GovernanceNewCommentOnProposalNotification;