From 671bfe97514800c9ebbb2250d57527f78c60e001 Mon Sep 17 00:00:00 2001 From: react18-tools Date: Thu, 22 Feb 2024 18:03:50 +0000 Subject: [PATCH] upgrade deps && docs --- docs/functions/default.html | 2 +- docs/types/SetStateAction.html | 2 +- docs/types/SetterArgType.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/functions/default.html b/docs/functions/default.html index 2c8f73e7..fc0f32e9 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/types/SetStateAction.html b/docs/types/SetStateAction.html index 69e1ebbf..05d713e3 100644 --- a/docs/types/SetStateAction.html +++ b/docs/types/SetStateAction.html @@ -1 +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 +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 index e1a70a99..14749ed0 100644 --- a/docs/types/SetterArgType.html +++ b/docs/types/SetterArgType.html @@ -1 +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 +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