File size: 238 Bytes
369fac9
 
 
 
 
 
1
2
3
4
5
6
7
import { Component } from 'vue';
export declare function registerStub({ source, stub }: {
    source: Component;
    stub: Component;
}): void;
export declare function getOriginalComponentFromStub(stub: Component): Component | undefined;