UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

6 lines (5 loc) 226 B
import type { RefObject } from 'react'; import type { DynamicPageDomRef } from './index.js'; export declare const useGetHeaderHeight: (dynamicPageRef: RefObject<DynamicPageDomRef & { shadowRoot: ShadowRoot; }>) => number;