export default function EnvironmentSelector(props: { options: string[]; value: string; onChange: (val: string) => void; }) { return ( <> ); }