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