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