UNPKG

282 BTypeScriptView Raw
1import { ComponentInternalInstance, VNodeTypes } from 'vue';
2export declare const getComponentRegisteredName: (instance: ComponentInternalInstance | null, type: VNodeTypes) => string | null;
3export declare const getComponentName: (instance: any | null, type: VNodeTypes) => string;