UNPKG

@vue-material/core

Version:

Yet another 'Material Design Components' library for Vue3.

5 lines (3 loc) 163 B
import { Ref } from 'vue'; import { RefGetter } from './types'; export declare function fnRef<T extends Ref<Element | undefined | Element[]>>(ref: T): RefGetter;