UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

3 lines (2 loc) 132 B
import { Ref } from 'vue'; export declare function useFocusableElements(element: Ref<HTMLElement | undefined>): Ref<HTMLElement[]>;