diff --git a/CHANGELOG.md b/CHANGELOG.md index 6970fd7e..6a192ad9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v1.4.4 +- +- Добавили экспорт типа SetURLSearchParams + v1.4.3 - - Добавили проверку платформы в useEnableSwipeBack diff --git a/src/index.ts b/src/index.ts index 1fae86ce..af3528c4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,6 +10,7 @@ export { createBrowserRouter } from './utils/createBrowserRouter'; export { useRouteNavigator, useParams, usePopout } from './hooks/hooks'; export { useGetPanelForView } from './hooks/useGetPanelForView'; export { useSearchParams } from './hooks/useSearchParams'; +export type { SetURLSearchParams } from './hooks/useSearchParams'; export { useMetaParams } from './hooks/useMetaParams'; export { useFirstPageCheck } from './hooks/useFirstPageCheck'; export { useActiveVkuiLocation } from './hooks/useActiveVkuiLocation';