We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ceff39 commit 72ad963Copy full SHA for 72ad963
packages/generator-typescript/templates/gimp-3.0.d.ts
@@ -0,0 +1,8 @@
1
+// WORKAROUND: As long as ParamObject is not generated
2
+export class ParamObject extends GObject.ParamSpec {}
3
+
4
5
+export class ParamItem extends GObject.ParamSpec {}
6
7
8
+export class ParamArray extends GObject.ParamSpec {}
types
0 commit comments