import React from 'react'; import { Flex, Splitter, Typography } from 'antd'; const Desc: React.FC> = (props) => ( Panel {props.text} ); const App: React.FC = () => ( [true, 0, false] [false, 0, true] Start have min & max End have min & max ); export default App;