UNPKG

@vue-material/core

Version:

Yet another 'Material Design Components' library for Vue3.

4 lines (2 loc) 142 B
import { Ref } from 'vue'; export declare function useFocusLock(elem: Ref<HTMLElement | undefined>, state?: boolean): Ref<boolean, boolean>;