Skip to content

Commit

Permalink
feat: 提供新的 hook, useAMapEventBinder
Browse files Browse the repository at this point in the history
  • Loading branch information
xyy94813 committed Jun 6, 2023
1 parent ae26c24 commit c6e0e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit c6e0e46

Please sign in to comment.