From f402bec1896d197070b0daff652237d1fb58876a Mon Sep 17 00:00:00 2001
From: react18-tools
Date: Thu, 21 Mar 2024 08:15:35 +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 3e9d1e29..6887eeef 100644
--- a/docs/functions/default.html
+++ b/docs/functions/default.html
@@ -4,4 +4,4 @@
this state accessible to all client components.
Parameters
- key: string
Optional
value: T
Returns [T, ((val) => void)]
Example
-