@nativescript/core
Version:
A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.
8 lines (7 loc) • 384 B
TypeScript
import { StackLayoutBase, orientationProperty } from './stack-layout-common';
export * from './stack-layout-common';
export declare class StackLayout extends StackLayoutBase {
[orientationProperty.setNative]: (value: "horizontal" | "vertical") => void;
nativeViewProtected: org.nativescript.widgets.StackLayout;
createNativeView(): org.nativescript.widgets.StackLayout;
}