mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2025-12-08 21:25:50 +00:00
Add missing tintColorSecondary prop type
This commit is contained in:
parent
ad55db3319
commit
42e2e5085f
7
index.d.ts
vendored
7
index.d.ts
vendored
@ -127,6 +127,13 @@ declare module 'react-native-circular-progress' {
|
||||
*/
|
||||
tintColor?: string;
|
||||
|
||||
/**
|
||||
* Secondary color of the progress line
|
||||
*
|
||||
* @type {string}
|
||||
* @default 'black'
|
||||
*/
|
||||
tintColorSecondary?: string;
|
||||
|
||||
/**
|
||||
* Current progress / tint transparency
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user