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 edb0c7f + f4fbe80 commit 6976b4aCopy full SHA for 6976b4a
src/SignaturePad.tsx
@@ -7,6 +7,7 @@ type Props = {
7
height?: number;
8
options?: Options;
9
canvasProps?: { [key: string]: string | { [key: string]: string } };
10
+ ref?: React.RefObject<SignaturePad>;
11
} & DefaultProps;
12
13
type DefaultProps = {
0 commit comments