UNPKG

638 BJavaScriptView Raw
1var Placeholder_1;
2import { View, CSSType } from '../core/view';
3export * from './placeholder-common';
4let Placeholder = Placeholder_1 = class Placeholder extends View {
5 createNativeView() {
6 const args = {
7 eventName: Placeholder_1.creatingViewEvent,
8 object: this,
9 view: undefined,
10 context: this._context,
11 };
12 this.notify(args);
13 return args.view;
14 }
15};
16Placeholder.creatingViewEvent = 'creatingView';
17Placeholder = Placeholder_1 = __decorate([
18 CSSType('Placeholder')
19], Placeholder);
20export { Placeholder };
21//# sourceMappingURL=index.android.js.map
\No newline at end of file