fitty icon indicating copy to clipboard operation
fitty copied to clipboard

Property 'fitAll' does not exist on type

Open antoine10245 opened this issue 2 years ago • 1 comments

Hello there,

Getting

Property 'fitAll' does not exist on type '{ (el: HTMLElement, options?: FittyOptions | undefined): FittyInstance; (el: string, options?: FittyOptions | undefined): FittyInstance[]; }'

when using this method. I checked the Interface and could find it either.

antoine10245 avatar Jun 16 '23 08:06 antoine10245

Updated the index.d.ts file, should work now

rikschennink avatar Nov 17 '23 12:11 rikschennink