vue-js-toggle-button icon indicating copy to clipboard operation
vue-js-toggle-button copied to clipboard

Typescript support

Open mschwartz opened this issue 6 years ago • 2 comments
trafficstars

No .d.ts file in dist.

Vue compiler complains about this missing. Many plugins do support it (for typescript).

Thanks for this!

mschwartz avatar Jan 25 '19 00:01 mschwartz

Hey @mschwartz, Can you add one? I am just starting to use typescript and my knowledge is not enough to do it yet.

euvl avatar Feb 24 '19 14:02 euvl

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

xumoyan avatar Apr 24 '19 03:04 xumoyan