From 6fb32814a5bf8164ebd19f60d550847b0cb57baa Mon Sep 17 00:00:00 2001 From: Yashvardhan Jagnani Date: Fri, 20 Sep 2024 13:42:01 +0530 Subject: [PATCH] nit --- src/utils/types/store.types.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/utils/types/store.types.ts b/src/utils/types/store.types.ts index 7d15dce2..36f47e13 100644 --- a/src/utils/types/store.types.ts +++ b/src/utils/types/store.types.ts @@ -52,10 +52,5 @@ export interface GoldRushThemeType { export interface GoldRushProviderProps { children: React.ReactNode; apikey: string; - /** - * @deprecated Please use `theme` going forward! - * This prop will be removed after Aug 30, 2024. - */ - newTheme?: Partial; theme?: Partial; }