UNPKG

@nativescript/core

Version:

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

7 lines (6 loc) 282 B
import { StackLayoutBase } from './stack-layout-common'; export * from './stack-layout-common'; export declare class StackLayout extends StackLayoutBase { nativeViewProtected: org.nativescript.widgets.StackLayout; createNativeView(): org.nativescript.widgets.StackLayout; }