@reapit/elements 3.7.23 → 3.8.0

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface InputErrorInterface {
3
2
  message: string;
4
3
  }
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const UseNavStory: () => JSX.Element;
3
2
  export declare const UseNavMobileSubMenuStory: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const UseSnackHookStory: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const ToolTipStoryComponent: () => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const MediaMobileExample: () => JSX.Element;
3
2
  export declare const AllBreakPointExample: () => JSX.Element | undefined;