vue-echo icon indicating copy to clipboard operation
vue-echo copied to clipboard

types for library

Open boskiv opened this issue 3 years ago • 1 comments

I'm using a typescript vitejs generated project. Is there a chance to have a .d.ts files?

Could not find a declaration file for module 'vue-echo-laravel'. '.../test-pusher/node_modules/vue-echo-laravel/dist/build.js' implicitly has an 'any' type.
  Try `npm i --save-dev @types/vue-echo-laravel` if it exists or add a new declaration (.d.ts) file containing `declare module 'vue-echo-laravel';`ts(7016)

boskiv avatar Jul 20 '21 18:07 boskiv

@boskiv It do not have type definations as of now, but feel free to send a PR

msonowal avatar May 16 '22 14:05 msonowal