From 19c1fc77e4ca73fafe43ced5b5f0fadb1dbe7fb8 Mon Sep 17 00:00:00 2001 From: Konrad Jaglowski Date: Thu, 12 Sep 2019 12:01:53 +0200 Subject: [PATCH] Delete test id prop type --- index.d.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/index.d.ts b/index.d.ts index 048022e..fcea064 100644 --- a/index.d.ts +++ b/index.d.ts @@ -129,13 +129,6 @@ declare module 'react-native-circular-progress' { * */ onAnimationComplete?: (event: { finished: boolean }) => void; - - /** - * Test indentificator - * - * @type {string} - */ - testID?: string; } export class AnimatedCircularProgress extends React.Component<