protonemedia/inertiajs-tables-laravel-query-builder

TypeScript support

innocenzi opened this issue · 0 comments

Hey,

Currently I can't import { Table } from '@protonemedia/inertiajs-tables-laravel-query-builder' without using @ts-ignore, because the package provides no typings.

Would be nice if the package provided TypeScript typings, so Table attributes and all slots would have autocompletion support.