Delete test id prop type

This commit is contained in:
Konrad Jaglowski 2019-09-12 12:01:53 +02:00
parent 95779f74b8
commit 19c1fc77e4

7
index.d.ts vendored
View File

@ -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<