design-react-kit
Version:
Componenti React per Bootstrap 5
10 lines (8 loc) • 335 B
text/typescript
/*
* This work derives from the React Use Navscroll library
* Released under the MIT license by Marco Liberati
* Code: https://github.com/dej611/react-use-navscroll
*/
/* @internal */
export type { ChangesType, RegisterOptions, useNavScrollArgs, useNavScrollResult } from './types';
export { useNavScroll } from './useNavScroll';