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.
2 parents f232b9b + 0b5cc00 commit a2bec1dCopy full SHA for a2bec1d
src/SignaturePad.tsx
@@ -6,7 +6,7 @@ type Props = {
6
width?: number;
7
height?: number;
8
options?: Options;
9
- canvasProps?: { [key: string]: string };
+ canvasProps?: { [key: string]: string | { [key: string]: string } };
10
} & DefaultProps;
11
12
type DefaultProps = {
0 commit comments