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 26b024d commit 1489c19Copy full SHA for 1489c19
drawingpad.d.ts
@@ -44,21 +44,4 @@ declare module "nativescript-drawingpad" {
44
clearDrawing: Function;
45
}
46
47
- // /**
48
- // * Provides common options for creating a drawing pad
49
- // */
50
- // export interface Options extends view.Options {
51
-
52
53
- // * Gets or set the stroke color attribute
54
55
- // penColor: string;
56
57
58
- // * Gets or set the stroke width attribute
59
60
- // penWidth: number;
61
62
- // }
63
64
0 commit comments