@julseb-lib/react 1.1.12 → 1.1.14
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/{global-DrPydXbS.d.cts → global-HQSlLJiW.d.cts} +1 -1
- package/dist/{global-DrPydXbS.d.ts → global-HQSlLJiW.d.ts} +1 -1
- package/dist/index.cjs +8 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/types/components-items-props.d.cts +1 -1
- package/dist/types/components-items-props.d.ts +1 -1
- package/dist/types/components-props.d.cts +2 -1
- package/dist/types/components-props.d.ts +2 -1
- package/dist/types/global.cjs.map +1 -1
- package/dist/types/global.d.cts +1 -1
- package/dist/types/global.d.ts +1 -1
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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";
|