mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Merge remote-tracking branch 'origin/main' into feat/v9-prerelease
This commit is contained in:
@@ -322,6 +322,8 @@
|
||||
export class GridLayout extends LayoutBase {
|
||||
constructor(context: android.content.Context);
|
||||
|
||||
public addRow(itemSpec: ItemSpec): void;
|
||||
public addColumn(itemSpec: ItemSpec): void;
|
||||
public addRow(value: number, type: org.nativescript.widgets.GridUnitType): void;
|
||||
public addColumn(value: number, type: org.nativescript.widgets.GridUnitType): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user