UNPKG

@inkline/inkline

Version:

Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.

3 lines (2 loc) 180 B
import type { Ref, ComponentPublicInstance } from 'vue'; export declare function extractRefHTMLElement(ref: Ref<ComponentPublicInstance | HTMLElement | null>): HTMLElement | null;