Mirror: React hooks for accessible, common web interactions. UI super powers without the UI.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update src/index.ts exports

+1 -1
+1 -1
src/index.ts
··· 1 1 export * from './useModalFocus'; 2 2 export * from './useDialogFocus'; 3 3 export * from './useMenuFocus'; 4 - export * from './useDialogDismiss'; 4 + export * from './useDismissable';