diff --git a/index.d.ts b/index.d.ts index 521529b5..2c6759c0 100644 --- a/index.d.ts +++ b/index.d.ts @@ -225,6 +225,7 @@ export interface ImageProps extends ResponderProps, CommonMaskProps, ClipProps, href: ReactNative.ImageProperties['source'], preserveAspectRatio?: string, opacity?: NumberProp, + clipPath?: string } export const Image: React.ComponentClass;