searchsmartly-ui 0.0.60 → 0.0.61

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -367,7 +367,9 @@ declare const useModal: () => {
367
367
  closeModal: (val: any[]) => void;
368
368
  };
369
369
 
370
- declare const ThemeProvider: FC<ThemeProviderProps>;
370
+ declare const ThemeProvider: FC<ThemeProviderProps & {
371
+ pathname?: string;
372
+ }>;
371
373
 
372
374
  declare const pluralize: (count: number, noun: string, suffix?: string) => string;
373
375