first commit
This commit is contained in:
commit
eb2f504652
32490 changed files with 5731109 additions and 0 deletions
8
node_modules/@vue/test-utils/dist/utils/vueCompatSupport.d.ts
generated
vendored
Normal file
8
node_modules/@vue/test-utils/dist/utils/vueCompatSupport.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import type { ComponentOptions } from 'vue';
|
||||
export declare function isLegacyExtendedComponent(component: unknown): component is {
|
||||
(): Function;
|
||||
super: Function;
|
||||
options: ComponentOptions;
|
||||
};
|
||||
export declare function unwrapLegacyVueExtendComponent<T>(selector: T): T | ComponentOptions;
|
||||
export declare function isLegacyFunctionalComponent(component: unknown): boolean;
|
||||
Loading…
Add table
Add a link
Reference in a new issue