UNPKG

@layui/layui-vue

Version:

a component library for Vue 3 base on layui-vue

3 lines (2 loc) 303 B
import type { ComponentPublicInstance } from "vue"; export declare function unRefRealElement<T>(element: T): Exclude<T, ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>> | null;