UNPKG

@archway-kit/vue

Version:

Vue components to interact with the Archway network

7 lines (6 loc) 200 B
import { MaybeRefOrGetter } from 'vue'; type Options = { container?: HTMLElement; }; export declare const useLockScroll: (locked: MaybeRefOrGetter<boolean>, options?: Options) => void; export {};