Skip to content

Commit

Permalink
Merge pull request #63 from michaeldzjap/fix/missing-prop-typing
Browse files Browse the repository at this point in the history
Add missing prop type for ref
  • Loading branch information
michaeldzjap authored Jul 26, 2024
2 parents edb0c7f + f4fbe80 commit 6976b4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SignaturePad.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ type Props = {
height?: number;
options?: Options;
canvasProps?: { [key: string]: string | { [key: string]: string } };
ref?: React.RefObject<SignaturePad>;
} & DefaultProps;

type DefaultProps = {
Expand Down

0 comments on commit 6976b4a

Please sign in to comment.