Skip to content

Commit 6afe853

Browse files
committed
📝 Replaced type of color to string to remove any dependency on imported types
1 parent dbf9c9f commit 6afe853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ declare module "instabug-reactnative" {
198198

199199
function setColorTheme(colorTheme: colorTheme): void;
200200

201-
function setPrimaryColor(setPrimaryColor: Color): void;
201+
function setPrimaryColor(setPrimaryColor: String): void;
202202

203203
function appendTags(tags: String[]): void;
204204

0 commit comments

Comments
 (0)