UNPKG

@redocly/theme

Version:

Shared UI components lib

4 lines (3 loc) 186 B
import type { Location } from 'react-router-dom'; export type UseNavbarHeightReturnType = number; export declare function useNavbarHeight(location: Location): UseNavbarHeightReturnType;