mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Fix compile errors.
Export types used by public properties in tests/**/layout-helper.android.ts
This commit is contained in:
@ -6,7 +6,7 @@ import def = require("./layout-helper");
|
|||||||
|
|
||||||
var DELTA = 0.1;
|
var DELTA = 0.1;
|
||||||
|
|
||||||
class NativeButton extends android.widget.Button {
|
export class NativeButton extends android.widget.Button {
|
||||||
|
|
||||||
private owner: MyButton;
|
private owner: MyButton;
|
||||||
|
|
||||||
@ -106,7 +106,7 @@ export class MyButton extends button.Button implements def.MyButton {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
class NativeStackLayout extends org.nativescript.widgets.StackLayout {
|
export class NativeStackLayout extends org.nativescript.widgets.StackLayout {
|
||||||
|
|
||||||
private owner: MyStackLayout;
|
private owner: MyStackLayout;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user