UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

21 lines 638 B
var Placeholder_1; import { View, CSSType } from '../core/view'; export * from './placeholder-common'; let Placeholder = Placeholder_1 = class Placeholder extends View { createNativeView() { const args = { eventName: Placeholder_1.creatingViewEvent, object: this, view: undefined, context: this._context, }; this.notify(args); return args.view; } }; Placeholder.creatingViewEvent = 'creatingView'; Placeholder = Placeholder_1 = __decorate([ CSSType('Placeholder') ], Placeholder); export { Placeholder }; //# sourceMappingURL=index.android.js.map