Grid Settings not a part of handsontable

Tags: #<Tag:0x00007f8b1d198ef8>

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

Hi @thakurshivam100

do you have any updates?