UNPKG

vuetify

Version:

Vue Material Component Framework

3 lines (2 loc) 203 B
import type { Ref } from 'vue'; export declare function useFocusRepair(active: Ref<boolean>, content: () => HTMLElement | undefined, fallback: () => HTMLElement | undefined): (e: FocusEvent) => boolean;