### Describe the bug In the 'TS Source' sample at https://www.primefaces.org/primereact/panel/ the code `const template = (options) => {` generates the error TS7006: Parameter 'options' implicitly has an 'any' type. ### Reproducer _No response_ ### PrimeReact version latest ### React version 18.x ### Language TypeScript ### Build / Runtime Create React App (CRA) ### Browser(s) _No response_ ### Steps to reproduce the behavior _No response_ ### Expected behavior _No response_
Describe the bug
In the 'TS Source' sample at https://www.primefaces.org/primereact/panel/ the code
const template = (options) => {generates the error
TS7006: Parameter 'options' implicitly has an 'any' type.
Reproducer
No response
PrimeReact version
latest
React version
18.x
Language
TypeScript
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response