@julseb-lib/react 1.1.13 → 1.1.15

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.
@@ -1449,7 +1449,7 @@ interface LibTooltipPositionOptions {
1449
1449
  }
1450
1450
  type ReactChildren = ReactNode | Array<ReactNode>;
1451
1451
  type ReactElement = ReactElement$1;
1452
- type FC = FunctionComponent;
1452
+ type FC<T = {}> = FunctionComponent<T>;
1453
1453
  type DispatchState<T> = Dispatch<SetStateAction<T>>;
1454
1454
  type Classes = string | Array<string>;
1455
1455
  type CssTextAlign = "left" | "center" | "right" | "justify" | "start" | "end";
@@ -1449,7 +1449,7 @@ interface LibTooltipPositionOptions {
1449
1449
  }
1450
1450
  type ReactChildren = ReactNode | Array<ReactNode>;
1451
1451
  type ReactElement = ReactElement$1;
1452
- type FC = FunctionComponent;
1452
+ type FC<T = {}> = FunctionComponent<T>;
1453
1453
  type DispatchState<T> = Dispatch<SetStateAction<T>>;
1454
1454
  type Classes = string | Array<string>;
1455
1455
  type CssTextAlign = "left" | "center" | "right" | "justify" | "start" | "end";