diff --git a/index.d.ts b/index.d.ts index 384bc27..e57ff42 100644 --- a/index.d.ts +++ b/index.d.ts @@ -10,7 +10,7 @@ declare module "react-native-signature-canvas" { React.PropsWithoutRef

& React.RefAttributes >; - type SignatureViewProps = { + export type SignatureViewProps = { androidHardwareAccelerationDisabled?: boolean; autoClear?: boolean; backgroundColor?: string;