import React from 'react'; import { Mentions } from 'antd'; const options = ['afc163', 'zombiej', 'yesmeck'].map((value) => ({ value, key: value, label: value, })); const App: React.FC = () => ( <>