diff --git a/src/index.tsx b/src/index.tsx index 9fe0d1d..bd073de 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -5,6 +5,7 @@ import KBarResults from "./KBarResults"; import useKBar from "./useKBar"; import useRegisterActions from "./useRegisterActions"; import { createAction } from "./utils"; +import useMatches from "./useMatches"; export { KBarPortal, @@ -14,6 +15,7 @@ export { useKBar, useRegisterActions, createAction, + useMatches, }; export * from "./KBarContextProvider";