UNPKG

melt

Version:

The next generation of Melt UI. Built for Svelte 5.

7 lines (6 loc) 186 B
/** * Locks the scroll of the document when enabled. * * @param enabled - Whether to enable the scroll lock. */ export declare function useScrollLock(enabled?: boolean): () => void;