We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fc5a9 commit 463ecc5Copy full SHA for 463ecc5
src/gesturehandler/typings/extensions.android.d.ts
@@ -16,3 +16,15 @@ declare namespace com {
16
}
17
18
19
+
20
+// TODO: to be removed once @nativescript/types-android is fixed https://github.com/NativeScript/NativeScript/pull/10791
21
+declare namespace org {
22
+ namespace nativescript {
23
+ namespace widgets {
24
+ interface GridLayout {
25
+ addRow(itemSpec: ItemSpec): void;
26
+ addColumn(itemSpec: ItemSpec): void;
27
+ }
28
29
30
+}
0 commit comments