NathanWalker / nativescript-fancyalert

Fancy alerts for NativeScript.
Other
147 stars 38 forks source link

d.ts file missing TNSFancyAlertButton #56

Closed larssn closed 5 years ago

larssn commented 5 years ago

The index.d.ts file references a common.js file, but this file has no d.ts file, hence the type for TNSFancyAlertButton doesn't exist.

So you can't import it in typescript: import { TNSFancyAlertButton } from 'nativescript-fancyalert' <-- error

NathanWalker commented 5 years ago

@larssn Thanks for reporting - this is now fixed in 2.0.1 👍