UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

4 lines (3 loc) 284 B
import { CommonNotificationProps, GovernanceWhaleVoteNotification } from '../../types'; declare const GovernanceWhaleVoteNotification: ({ notification, locale }: CommonNotificationProps<GovernanceWhaleVoteNotification>) => JSX.Element; export default GovernanceWhaleVoteNotification;