searchsmartly-ui 0.0.58 → 0.0.60

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
@@ -364,6 +364,7 @@ declare const useResponsive: () => {
364
364
  declare const useModal: () => {
365
365
  openModal: (ModalComponent: ComponentType<ModalsProps>, props?: Record<string, any>) => void;
366
366
  openSingleModal: (ModalComponent: ComponentType<ModalsProps>, props?: Record<string, any>) => void;
367
+ closeModal: (val: any[]) => void;
367
368
  };
368
369
 
369
370
  declare const ThemeProvider: FC<ThemeProviderProps>;