UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

12 lines (11 loc) 292 B
/** * Locks the scroll of the document when enabled. * @param enabled - Whether to enable the scroll lock. */ declare function useScrollLock(params: { enabled: boolean; mounted: boolean; open: boolean; referenceElement?: Element | null; }): void; export { useScrollLock };