import * as React from 'react'; import { Dropdown, Menu, Button } from 'antd'; import { FormattedMessage } from 'react-intl'; import { DownOutlined } from '@ant-design/icons'; import { SharedProps } from './interface'; const smallStyle = { fontSize: 12, color: '#777', marginLeft: '0.3em' }; export function getEcosystemGroup({ isZhCN }: SharedProps): React.ReactNode { return [