Closed Z0lid closed 1 year ago
According to SvelteTable.svelte filterSelections is an Object, but in types.d.ts line 44 the type is any[]
SvelteTable.svelte
filterSelections
Object
any[]
updated types
According to
SvelteTable.svelte
filterSelections
is anObject
, but in types.d.ts line 44 the type isany[]