From 4f01ce6cceea56e2f90fc4ef1131ec3d04f324f4 Mon Sep 17 00:00:00 2001 From: "qixian.cs" Date: Thu, 24 Jul 2025 17:44:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=9B=B4=E5=A4=9A?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E4=BB=A5=E5=A2=9E=E5=BC=BA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 14eabae4..d1e3834f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,5 +2,7 @@ export { default as useEvent } from './hooks/useEvent'; export { default as useMergedState } from './hooks/useMergedState'; export { supportNodeRef, supportRef, useComposeRef } from './ref'; export { default as get } from './utils/get'; -export { default as set } from './utils/set'; -export { default as warning } from './warning'; +export { default as set, merge } from './utils/set'; +export { default as warning, noteOnce } from './warning'; +export { default as omit } from './omit'; +export { default as toArray } from './Children/toArray';