@julseb-lib/react 1.1.26 → 1.1.27
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.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -560,7 +560,7 @@ declare const usePagination: ({ currentPage, setCurrentPage, totalPages, }: ILib
|
|
|
560
560
|
*/
|
|
561
561
|
declare const useTextLineCount: (text: string, fontSize?: number) => {
|
|
562
562
|
visualLines: number;
|
|
563
|
-
elementRef: react.RefObject<
|
|
563
|
+
elementRef: react.RefObject<HTMLInputElement | HTMLTextAreaElement | null>;
|
|
564
564
|
};
|
|
565
565
|
|
|
566
566
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -560,7 +560,7 @@ declare const usePagination: ({ currentPage, setCurrentPage, totalPages, }: ILib
|
|
|
560
560
|
*/
|
|
561
561
|
declare const useTextLineCount: (text: string, fontSize?: number) => {
|
|
562
562
|
visualLines: number;
|
|
563
|
-
elementRef: react.RefObject<
|
|
563
|
+
elementRef: react.RefObject<HTMLInputElement | HTMLTextAreaElement | null>;
|
|
564
564
|
};
|
|
565
565
|
|
|
566
566
|
/**
|
package/dist/index.js
CHANGED