UNPKG

element-plus

Version:

A Component Library for Vue 3

7 lines (6 loc) 287 B
import type { Ref } from 'vue'; /** * This method provides dialogable components the ability to restore previously activated element before * the dialog gets opened */ export declare const useRestoreActive: (toggle: Ref<boolean>, initialFocus?: Ref<HTMLElement> | undefined) => void;