import { Col, Row, Typography } from 'antd'; import { map } from 'lodash-es'; import React from 'react'; import DocCard from './DocCard'; import { TGetStartedContentSection } from './types'; interface IDocSectionProps { sectionData: TGetStartedContentSection; } function DocSection({ sectionData }: IDocSectionProps): JSX.Element { return (