Files
NativeScript/tns-core-modules/ui/layouts/flexbox-layout/flexbox-layout.internal.d.ts
Panayot Cankov 791aab04e5 Flexbox ios initial commit
Items now appear, but they should initially shrink and they don't

Add 15-ish tests for flexbox layout

Port reasonable flexbox test set

Fixing issues, adding unit tests

Moved from .tsx to .ts and used our ui/builder.parse
2016-10-19 17:02:26 +03:00

7 lines
229 B
TypeScript

//@private
declare module "ui/layouts/flex-box" {
import {View} from "ui/core/view";
export function _setAndroidLayoutParams(lp: any /* org.nativescript.widgets.FlexboxLayout.LayoutParams */, view: View);
}
//@endprivate