amitesh11's picture
Upload 3019 files
369fac9 verified
raw
history blame contribute delete
326 Bytes
import { ComponentPublicInstance } from 'vue';
import type { VueWrapper } from '../vueWrapper';
export declare function disableAutoUnmount(): void;
export declare function enableAutoUnmount(hook: (callback: () => void) => void): void;
export declare function trackInstance(wrapper: VueWrapper<ComponentPublicInstance>): void;