q9
This commit is contained in:
3
node_modules/@vue/test-utils/dist/utils/componentName.d.ts
generated
vendored
Normal file
3
node_modules/@vue/test-utils/dist/utils/componentName.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user