dasDaniel / svelte-table

A svelte table implementation that allows sorting and filtering
https://dasdaniel.github.io/svelte-table/
MIT License
535 stars 40 forks source link

[Types] filterSelections type is incorrect #153

Closed Z0lid closed 1 year ago

Z0lid commented 1 year ago

According to SvelteTable.svelte filterSelections is an Object, but in types.d.ts line 44 the type is any[]

dasDaniel commented 1 year ago

updated types