From 5647a888f3e3bccced6bb6fe69bc0d0f36171520 Mon Sep 17 00:00:00 2001
From: react18-tools
Date: Tue, 2 Apr 2024 16:16:41 +0000
Subject: [PATCH] upgrade deps && docs
---
docs/functions/default.html | 2 +-
docs/types/SetStateAction.html | 2 +-
docs/types/SetterArgType.html | 2 +-
package.json | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
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.
Parameters
- key: string
Optional
value: T
Returns [T, ((val) => void)]
Example
-