import React from 'react'; import { Col, Divider, Row } from 'antd'; const App: React.FC = () => ( <> Percentage columns 2 / 5 3 / 5 Fill rest 100px Fill Rest Raw flex style 1 1 200px 0 1 300px
none
auto with no-wrap
); export default App;