diff --git a/docs/functions/default.html b/docs/functions/default.html index 62fd1b49..69150f9a 100644 --- a/docs/functions/default.html +++ b/docs/functions/default.html @@ -10,4 +10,4 @@

Example

const [state, setState] = useRGS<number>("counter", 1);
 
-
\ No newline at end of file +
\ No newline at end of file diff --git a/docs/types/SetStateAction.html b/docs/types/SetStateAction.html index bfc5b3c0..a8bc9a85 100644 --- a/docs/types/SetStateAction.html +++ b/docs/types/SetStateAction.html @@ -1 +1 @@ -SetStateAction | Code Documentation

Type alias SetStateAction<T>

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

Type Parameters

  • T

Type declaration

\ No newline at end of file +SetStateAction | Code Documentation

Type alias SetStateAction<T>

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

Type Parameters

  • T

Type declaration

\ No newline at end of file diff --git a/docs/types/SetterArgType.html b/docs/types/SetterArgType.html index e84195f8..6fa6a82b 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

\ 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

\ No newline at end of file