diff --git a/index.d.ts b/index.d.ts index f2d219c..45cfb1d 100644 --- a/index.d.ts +++ b/index.d.ts @@ -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