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 a2fae62 commit 61e4c2fCopy full SHA for 61e4c2f
src/index.d.ts
@@ -16,7 +16,7 @@ export interface IOptions {
16
17
// props specific to the React wrapper
18
export interface SignatureCanvasProps extends IOptions {
19
- canvasProps?: any,
+ canvasProps?: React.CanvasHTMLAttributes<object>,
20
clearOnResize?: boolean
21
}
22
0 commit comments