searchsmartly-ui 0.0.53 → 0.0.55

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
@@ -334,6 +334,7 @@ declare const Transition: react.ForwardRefExoticComponent<TransitionProps & {
334
334
  type LoaderProps = {
335
335
  loading?: boolean;
336
336
  color?: string;
337
+ sx?: SxProps$1;
337
338
  render: () => ReactNode;
338
339
  };
339
340
  declare const Loader: FC<LoaderProps>;