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 edb0c7f commit f4fbe80Copy full SHA for f4fbe80
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