UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

3 lines (2 loc) 108 B
import type { Ref } from 'vue'; export declare function createRefSetter(ref: Ref<HTMLElement | null>): any;