Files

3 lines
188 B
TypeScript

export declare function getCurrentInstance(name: string, message?: string): import("vue").ComponentInternalInstance;
export declare function getCurrentInstanceName(name?: string): string;