useScrollLocker.d.ts 234 B

123456
  1. import type { Ref } from 'vue';
  2. /**../vc-util/Dom/dynam
  3. * Test usage export. Do not use in your production
  4. */
  5. export declare function isBodyOverflowing(): boolean;
  6. export default function useScrollLocker(lock?: Ref<boolean>): void;