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 f232b9b commit 0b5cc00Copy full SHA for 0b5cc00
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