UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

4 lines (3 loc) 182 B
import { type Ref } from 'vue'; export declare const lockHtmlScrollRightCompensationRef: Ref<string, string>; export declare function useLockHtmlScroll(lockRef: Ref<boolean>): void;