From c6e0e466a3b97d366e611290ccccc0848ca8d1de Mon Sep 17 00:00:00 2001 From: RoXoM Date: Tue, 6 Jun 2023 10:39:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E4=BE=9B=E6=96=B0=E7=9A=84=20?= =?UTF-8?q?hook,=20`useAMapEventBinder`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 23d81d5..f3dfa48 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,6 +1,7 @@ export { default as useAMapAPI } from './hooks/useAMapAPI'; export { default as useAMap } from './hooks/useAMap'; export { default as useAMapContainerBinder } from './hooks/useAMapContainerBinder'; +export { default as useAMapEventBinder } from './hooks/useAMapEventBinder'; export * from './components/AMapAPIContainer'; export {