UNPKG

@msaelices/nativescript-radiobutton

Version:

A plugin for nativescript that exposes the radiogroup and radiobutton native view elements.

7 lines (6 loc) 172 B
import { ElementRef } from "@angular/core"; export declare class RadioButtonComponent { private _element; private _native; constructor(_element: ElementRef); }