Files
2025-12-29 14:59:44 +08:00

3 lines
138 B
TypeScript

import { Ref } from 'vue';
export declare function useLockScroll(rootRef: Ref<HTMLElement | undefined>, shouldLock: () => boolean): void;