https://github.com/adobe/aem-react-editable-components/blob/master/src/components/ResponsiveGrid.tsx
In TypeScript, when you import ResponsiveGrid, it checks the types of the props that ResponsiveGrid expects at compile time.
In the above case - the ResponsiveGrid component is expecting a title pr...