UNPKG

ionic-framework

Version:

The ionic-framework package comes with both Javascript and Sass frontend dependencies, located in the root of the package, and a Node API, located in `tooling/`.

13 lines (12 loc) 241 B
import { ElementRef } from 'angular2/core'; /** * @name Option */ export declare class Option { private _elementRef; private _checked; value: string; constructor(_elementRef: ElementRef); checked: any; text: any; }