Add missing tintColorSecondary prop type

This commit is contained in:
morningdew 2025-02-21 02:31:43 -06:00 committed by GitHub
parent ad55db3319
commit 42e2e5085f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
index.d.ts vendored
View File

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