UNPKG

@nativescript/core

Version:

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

11 lines (10 loc) 610 B
import { LayoutBaseCommon, clipToBoundsProperty, isPassThroughParentEnabledProperty } from './layout-base-common'; import { paddingInternalProperty } from '../styling/style-properties'; export * from './layout-base-common'; export declare class LayoutBase extends LayoutBaseCommon { [clipToBoundsProperty.getDefault]: () => boolean; [clipToBoundsProperty.setNative]: (value: boolean) => void; [isPassThroughParentEnabledProperty.setNative]: (value: boolean) => void; [paddingInternalProperty.setNative]: (_value: string) => void; nativeViewProtected: org.nativescript.widgets.LayoutBase; }