import { Avatar } from '@8base/boost'; import React from 'react'; import css from './user-select.module.css'; // -- MAIN function Option(props: any) { const { data, innerProps } = props; const style = { display: 'flex', alignItems: 'center', }; return (