Description
As you may remember we exposed inputs of almost all templates in the grid. Those inputs have typed context with implicit parameter. In Angular the implicit parameter is called $implicit with the $ sign in front of. But it is exposed without which is causing web components to throw typescript error if used with $ or the implicit argument empty. This also applies to blazor.
Is there any reason of implicit being exposed without the $ sign?

This is how I tried to use it and in the following photo is the typing.
