import React from 'react'; import type { ICapacity } from '../../serverGroupWriter.service'; export function DesiredCapacity(props: { capacity: ICapacity; simpleMode: boolean }) { const SimpleCapacity = () => ( <>