From 1f25810488744dc26737263f07de0d1b75797c51 Mon Sep 17 00:00:00 2001 From: react18-tools Date: Thu, 22 Feb 2024 12:45:42 +0000 Subject: [PATCH] upgrade deps && docs --- docs/assets/navigation.js | 2 +- docs/assets/search.js | 2 +- docs/functions/default.html | 2 +- docs/index.html | 2 +- docs/modules.html | 6 ++++-- docs/types/SetStateAction.html | 1 + docs/types/SetterArgType.html | 1 + 7 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 docs/types/SetStateAction.html create mode 100644 docs/types/SetterArgType.html diff --git a/docs/assets/navigation.js b/docs/assets/navigation.js index c5f8ecb5..6e51377b 100644 --- a/docs/assets/navigation.js +++ b/docs/assets/navigation.js @@ -1 +1 @@ -window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAA4uuVipJrShRslJKSU1LLM0pUdJRKkgsyVCyUkorzUsuyczPK9aHSulllOTmKOkoZWfmpShZmZnUxgIAM2eQvz4AAAA=" \ No newline at end of file +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAA4uuVipJrShRslIKTi0JLkksSXVMLsnMz1PSUSpILMlQslIqqSxILdZHldXLKMnNUdJRys7MS1GyMjKwNDc0NarVQTarJLXIsSg9pLIgFYtRCElCJqWkpiWW5pQgzEgrzQM7oVgfKoVqgplJbSwAtEx2R9QAAAA=" \ No newline at end of file diff --git a/docs/assets/search.js b/docs/assets/search.js index 26bf4209..1dcd4cc9 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = "data:application/octet-stream;base64,H4sIAAAAAAAAA0WPUWrDMBBE7zLfi2PckLR7g1ygP0IUY62piCwFSXYDQncvjh38uTuz+2YKYvhLYFVwt96AL2eC7ycBw8jYzy6DMEcHxjj7Idvg02lXmt88ORAG16ckCQxUTbDeyBNcsEhMNngwuuaj+QJhtOLMitsYhCFMk/gMvWvfMuQQV8dmObUg1VLXfF6vWpN6H7z2Wr9oi8Qs5rZRlTpyF/zsWdp3qYIWXGo9yOu0/nnYhzjrBax0rf8dThz9GAEAAA=="; \ No newline at end of file +window.searchData = "data:application/octet-stream;base64,H4sIAAAAAAAAA32SzW6DMBCE32V6XREwSar4lmPPqXqxUIRgk6KAQbaTNkK8ewWhkB+So73fzM56XcOUPxZS1ThkOoUU/uo9WAiCjguGxIadY7M2+89zxSAcTQ4Jd67Yzm5q3rcrchCSPLaWLSTQ0AvXjYsdrxOXlfrR9qr40ne5WITLwXW7dZMh793eBvDKlFDFhrV7THfVbj70SnkXH3M3NNsddUfbWV+Zyh0RMp3yL2SNExvbuksIL/RWIOwyztN2F5cehKQsijZR1Ne+OHGlaYkLMvNByqdAeP48ikj9C7r77qKjApAKJqjghhIgJSYocUOFIBVOUGFHdfOd2DhOPy5zKjVspca2H374BzUEZN0046jtqfUdnndUhaMqfKKy7Gy7uLj/VqM4GMXBc7FjE5v9fVx/1PpT2ohQZRXnmWZIFTXNH3isohtVAwAA"; \ No newline at end of file diff --git a/docs/functions/default.html b/docs/functions/default.html index 1867789c..c8895f24 100644 --- a/docs/functions/default.html +++ b/docs/functions/default.html @@ -4,4 +4,4 @@ this state accessible to all client components.

Type Parameters

Parameters

Returns [T, ((val) => void)]

Example

const [state, setState] = useRGS<number>("counter", 1);
 
-

Generated using TypeDoc

\ No newline at end of file +

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index ba4c607f..e261e12e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -37,4 +37,4 @@

License

Licensed as MIT open source.


-

with 💖 by Mayank Kumar Chaudhari

Generated using TypeDoc

\ No newline at end of file +

with 💖 by Mayank Kumar Chaudhari

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html index c7ed00c2..65dc5cd3 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -1,2 +1,4 @@ -Code Documentation

Code Documentation

Index

Functions

Generated using TypeDoc

\ No newline at end of file +Code Documentation

Code Documentation

Index

Type Aliases

Functions

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/SetStateAction.html b/docs/types/SetStateAction.html new file mode 100644 index 00000000..f5e76aec --- /dev/null +++ b/docs/types/SetStateAction.html @@ -0,0 +1 @@ +SetStateAction | Code Documentation

Type alias SetStateAction<T>

SetStateAction<T>: ((val) => void)

Type Parameters

  • T

Type declaration

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/types/SetterArgType.html b/docs/types/SetterArgType.html new file mode 100644 index 00000000..810e3763 --- /dev/null +++ b/docs/types/SetterArgType.html @@ -0,0 +1 @@ +SetterArgType | Code Documentation

Type alias SetterArgType<T>

SetterArgType<T>: T | ((prevState) => T)

Type Parameters

  • T

Type declaration

    • (prevState): T
    • Parameters

      • prevState: T

      Returns T

Generated using TypeDoc

\ No newline at end of file