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<