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