amitesh11's picture
Upload 3019 files
369fac9 verified
raw
history blame
238 Bytes
import { Component } from 'vue';
export declare function registerStub({ source, stub }: {
source: Component;
stub: Component;
}): void;
export declare function getOriginalComponentFromStub(stub: Component): Component | undefined;