mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2026-01-25 16:25:58 +00:00
Delete test id prop type
This commit is contained in:
parent
95779f74b8
commit
19c1fc77e4
7
index.d.ts
vendored
7
index.d.ts
vendored
@ -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<
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user