UNPKG

@vue/test-utils

Version:

Component testing utils for Vue 3.

4 lines (3 loc) 282 B
import { ComponentInternalInstance, VNodeTypes } from 'vue'; export declare const getComponentRegisteredName: (instance: ComponentInternalInstance | null, type: VNodeTypes) => string | null; export declare const getComponentName: (instance: any | null, type: VNodeTypes) => string;