vue-js-toggle-button
vue-js-toggle-button copied to clipboard
Typescript support
trafficstars
No .d.ts file in dist.
Vue compiler complains about this missing. Many plugins do support it (for typescript).
Thanks for this!
Hey @mschwartz, Can you add one? I am just starting to use typescript and my knowledge is not enough to do it yet.
create d.ts file in src directory
declare module 'vue-js-toggle-button'
main.ts
import { ToggleButton } from 'vue-js-toggle-button'
This will support typescript