Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed Sep 20, 2024
1 parent 31518ce commit 6fb3281
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/utils/types/store.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<GoldRushThemeType>;
theme?: Partial<GoldRushThemeType>;
}

0 comments on commit 6fb3281

Please sign in to comment.