import React from 'react'; import { Progress, Space } from 'antd'; const twoColors = { '0%': '#108ee9', '100%': '#87d068' }; const conicColors = { '0%': '#87d068', '50%': '#ffe58f', '100%': '#ffccc7' }; const App: React.FC = () => (