@mateosuarezdev/react-ui 1.0.57 → 1.0.58

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
@@ -219,6 +219,10 @@ export declare const DateTimePicker: () => JSX.Element;
219
219
  */
220
220
  export declare function debounce<T extends (...args: any[]) => any>(func: T, delay?: number): (...args: Parameters<T>) => void;
221
221
 
222
+ export declare const Divider: ({ className }: {
223
+ className?: string;
224
+ }) => JSX.Element;
225
+
222
226
  /**
223
227
  * ElasticHeader - Creates a pull-to-zoom effect on scroll
224
228
  *
@@ -731,10 +735,6 @@ declare interface SelectProps<T> {
731
735
  className?: string;
732
736
  }
733
737
 
734
- export declare const Separator: ({ className }: {
735
- className?: string;
736
- }) => JSX.Element;
737
-
738
738
  export declare function setFocusEnd(element: HTMLInputElement): void;
739
739
 
740
740
  export declare const ShowMoreText: ({ text, length, size, className, buttonClassName, }: {