Tunaweza / nativescript-radiobutton

A plugin for nativescript that exposes the radiogroup and radiobutton native view elements.
Apache License 2.0
9 stars 7 forks source link

Usage with Nativescript-vue #7

Open msaelices opened 6 years ago

msaelices commented 6 years ago

See this PR: https://github.com/Tunaweza/nativescript-radiobutton/pull/6

markhatchell commented 6 years ago

Hello, I was trying to build this for a release and got these TS compile errors:

index.d.ts(3,44): error TS2304: Cannot find name 'EventData'.
index.d.ts(13,35): error TS1039: Initializers are not allowed in ambient contexts.

Have you run npm run build successfully? Where is the EventData type defined?