Hi
I am using
import Handsontable from ‘handsontable’;
and when using that , I am calling
settings: Handsontable.GridSettings = {
}
The following error shows up
‘GridSettings’ does not exist on type ‘typeof Handsontable’
Please help
Hi
I am using
import Handsontable from ‘handsontable’;
and when using that , I am calling
settings: Handsontable.GridSettings = {
}
The following error shows up
‘GridSettings’ does not exist on type ‘typeof Handsontable’
Please help
Hi,
Can you add a demo? Stackblitz or Codesandbox have Typescript support.
Kind Regards
Wojciech