protonemedia / inertiajs-tables-laravel-query-builder

Inertia.js Tables for Laravel Query Builder
https://protone.media/en/blog/introducing-inertiajs-tables-a-datatables-like-package-for-laravel-query-builder
MIT License
438 stars 123 forks source link

TypeScript support #72

Closed innocenzi closed 1 year ago

innocenzi commented 2 years ago

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.