Binding element ‘heading’ implicitly has an ‘any’ type. TS7031

D:/mobile/name-of-app/src/components/produkte/index.tsx
TypeScript error in D:/mobile/name-of-app/src/components/produkte/index.tsx(15,21):
Binding element ‘heading’ implicitly has an ‘any’ type. TS7031

13 | } from './ProductsElements';
14 | 

15 | const Products = ({ heading, data }) => {
| ^
16 | return (
17 |
18 | {heading}