diff --git a/docs/functions/default.html b/docs/functions/default.html index 0216a819..56bc2d60 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 6b66fb5a..79c93deb 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 cc22f022..58b69235 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 diff --git a/package.json b/package.json index 843d435a..5489d28d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "eslint": "^8.57.0", "prettier": "^3.2.5", "tsconfig": "workspace:*", - "turbo": "^1.13.1" + "turbo": "^1.13.2" }, "packageManager": "pnpm@8.6.10", "name": "r18gs"