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; }